~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branch-import-details.pt

  • Committer: Edwin Grubbs
  • Date: 2009-12-02 22:31:42 UTC
  • mfrom: (7675.351.219 launchpad)
  • mto: This revision was merged to the branch mainline in revision 9989.
  • Revision ID: edwin.grubbs@canonical.com-20091202223142-s38puukedn8fz4yb
Merged in db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
              </a>
34
34
              <script type="text/javascript">
35
35
                  YUI().use('event', 'node', function(Y) {
36
 
                    Y.on("domready", function () { Y.get('#tryagainlink').setStyle('display', 'inline') });
 
36
                    Y.on("domready", function () { Y.one('#tryagainlink').setStyle('display', 'inline') });
37
37
                  });
38
38
              </script>
39
39
            </form>