~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-index.pt

  • Committer: Gary Poster
  • Date: 2011-05-27 22:55:25 UTC
  • mto: (7675.1194.3 bug-772754-base)
  • mto: This revision was merged to the branch mainline in revision 13243.
  • Revision ID: gary.poster@canonical.com-20110527225525-2bwkwos90r9yi8sw
incremental, to save state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
      </tal:if>
44
44
      <script type="text/javascript">
45
45
        LPS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index',
46
 
                  'lp.bugs.bugtask_index.portlets',
47
 
                  'lp.code.branchmergeproposal.diff', 'lp.comments.hide',
48
 
                  function(Y) {
 
46
                'lp.bugs.bugtask_index.portlets',
 
47
                'lp.code.branchmergeproposal.diff', 'lp.comments.hide',
 
48
                function(Y) {
49
49
            Y.lp.bugs.bugtask_index.portlets.use_advanced_subscriptions =
50
50
                use_advanced_subscriptions;
51
51
            Y.lp.bugs.bugtask_index.setup_bugtask_index();