~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/distroseries/differences.js

Merged packageset-picker-4 into packageset-picker-5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
       they're not fired consistently. Instead we initialize when
194
194
       showing the overlay, which is prone to a race condition (it may
195
195
       update the selection before the packageset picker has been
196
 
       populated with choices. */
 
196
       populated with choices). */
197
197
    overlay.after("visibleChange", initialize_picker);
198
198
 
199
199
    /* Linkify the origin and show the overlay when it's clicked. */