~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-11 17:05:44 UTC
  • mfrom: (14251.1.3 remove-flag-bug-886089)
  • Revision ID: launchpad@pqm.canonical.com-20111111170544-oyi6k40yu9w2at69
[r=gmb][bug=886089] Remove all references to the
 bugs.batched_comment_loading feature flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        }
156
156
        setup_add_attachment();
157
157
        setup_link_branch_picker();
158
 
        if (batched_comment_loading_enabled) {
159
 
            namespace.setup_load_comments(true);
160
 
        }
 
158
        namespace.setup_load_comments(true);
161
159
    }, window);
162
160
};
163
161