~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-31 14:42:32 UTC
  • mfrom: (14128.3.63 navigate-batches)
  • Revision ID: launchpad@pqm.canonical.com-20111031144232-hnxlaf3l7cf857ah
[r=deryck][bug=882264] AJAX batch navigation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        Y.on('domready', function() {
24
24
            Y.lp.registry.structural_subscription.setup(
25
25
                {content_box: "#structural-subscription-content-box"});
26
 
            Y.lp.bugs.buglisting.update_listing('status');
 
26
            var navigator = Y.lp.bugs.buglisting.ListingNavigator.from_page();
27
27
        });
28
28
    });
29
29
  </script>