~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/buglisting.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-16 18:25:29 UTC
  • mfrom: (14515.1.2 heat_help_894740)
  • Revision ID: launchpad@pqm.canonical.com-20111216182529-sj50zi05cfr79kvn
[r=jcsackett][bug=894740] Update buglisting to always re-init the
        help overlay for the heat ui during any ui updates of the bug
        listings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
Y.extend(
122
122
    module.BugListingNavigator,
123
123
    Y.lp.app.listing_navigator.ListingNavigator, {
 
124
    _bindUI: function () {
 
125
        initInlineHelp();
 
126
    },
 
127
 
124
128
    initializer: function(config) {
125
129
        this.get('model').get('history').after(
126
130
            'change', this.history_changed, this);
134
138
            var batch = this.get('batches')[batch_key];
135
139
            this.pre_fetch_batches();
136
140
            this.render();
 
141
            this._bindUI();
137
142
        }
138
143
        else {
139
144
            // Handle Chrom(e|ium)'s initial popstate.