~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/distroseriesdifferences_details.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-19 19:42:39 UTC
  • mfrom: (13697.8.3 overlay-bug-827220)
  • Revision ID: launchpad@pqm.canonical.com-20110819194239-4djhv3jo7qcsj121
[r=allenap][bug=827220] Extend FormOverlay to optionally be able to
        destroy it when it's hidden.

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
            form_submit_button: submit_button,
303
303
            form_cancel_button: cancel_button,
304
304
            form_submit_callback: submit_callback,
305
 
            visible: true
 
305
            visible: true,
 
306
            destroy_on_hide: true
306
307
        });
307
308
        overlay.render();
308
309
        return overlay;