~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/branchmergeproposal.diff.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-22 05:56:29 UTC
  • mfrom: (13492.1.1 revert-r13485)
  • Revision ID: launchpad@pqm.canonical.com-20110722055629-0y8ss6zvhjcoo12r
[r=wgrant][rollback=13485] Revert r13485. It prevents form pickers
 from being attached to their text widgets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
         * doesn't provide CSS to handle .visible objects.
36
36
         */
37
37
        hide: function() {
38
 
            this.constructor.superclass.hide.call(this);
39
38
            this.get('boundingBox').setStyle('display', 'none');
40
39
        },
41
40
 
42
41
        show: function() {
43
 
            this.constructor.superclass.show.call(this);
44
42
            this.get('boundingBox').setStyle('display', 'block');
45
43
        }
46
44
    });
105
103
    lp_client.get(api_url, config);
106
104
}
107
105
 
108
 
/*
109
 
 * Export rendered widgets.
110
 
 */
111
 
namespace.rendered_overlays = rendered_overlays;
112
106
 
113
107
/*
114
108
 * Link up the onclick handler for the a.diff-link in the node to the function