~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/base-layout-macros.pt

  • Committer: Rick Harding
  • Date: 2012-01-06 12:34:37 UTC
  • mto: This revision was merged to the branch mainline in revision 14647.
  • Revision ID: rick.harding@canonical.com-20120106123437-ebd5ltlnjgph600x
Update user of inline help that bypassed the usual init methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
            Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager);
134
134
        }, window);
135
135
 
136
 
        // Hook up the function that dismisses the help window if we click
137
 
        // anywhere outside of it.
138
 
        Y.on('click', handleClickOnPage, window);
139
 
 
140
136
        Y.on('lp:context:web_link:changed', function(e) {
141
137
            window.location = e.new_value;
142
138
        });