~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt

[r=cjwatson][rollback=18347] Revert r18347 "Simple fix to the in-page
 JS used on MP page." given the failures seen during QA.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
              if (logged_in) {
149
149
                var config = {
150
 
                  picker_activator: '#linkbug'
 
150
                  picker_activator = '#linkbug'
151
151
                };
152
152
                var linked_bug_picker = new
153
153
                  Y.lp.code.branch.bugspeclinks.LinkedBugPicker(config);