~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/buglisting-default.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-25 19:12:37 UTC
  • mfrom: (14128.3.32 cache-batches)
  • Revision ID: launchpad@pqm.canonical.com-20111025191237-y03sp5cucdz18ue6
[r=jcsackett][bug=879095] Cache batches for bug listings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    </tal:comment>
19
19
    <script type="text/javascript"
20
20
      tal:condition="not: view/shouldShowAdvancedForm">
21
 
    LPS.use('lp.registry.structural_subscription', function(Y) {
 
21
    LPS.use('lp.registry.structural_subscription', 'lp.bugs.buglisting',
 
22
            function(Y) {
22
23
        Y.on('domready', function() {
23
24
            Y.lp.registry.structural_subscription.setup(
24
25
                {content_box: "#structural-subscription-content-box"});
 
26
            Y.lp.bugs.buglisting.update_listing('status');
25
27
        });
26
28
    });
27
29
  </script>