Merge lp:~adam-collard/launchpad/branchmp-summary-js-fix into lp:launchpad

Proposed by Adam Collard
Status: Merged
Merged at revision: 18347
Proposed branch: lp:~adam-collard/launchpad/branchmp-summary-js-fix
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt (+1/-1)
To merge this branch: bzr merge lp:~adam-collard/launchpad/branchmp-summary-js-fix
Reviewer Review Type Date Requested Status
William Grant (community) code Approve
Review via email: mp+322438@code.launchpad.net

Commit message

Simple fix to the in-page JS used on MP page.

Description of the change

Simple fix to the in-page JS used on MP page.

I wasn't sure what the testing strategy for these types of changes is, so don't have any tests included.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt'
2--- lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt 2016-06-25 08:05:06 +0000
3+++ lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt 2017-04-12 10:10:43 +0000
4@@ -147,7 +147,7 @@
5
6 if (logged_in) {
7 var config = {
8- picker_activator = '#linkbug'
9+ picker_activator: '#linkbug'
10 };
11 var linked_bug_picker = new
12 Y.lp.code.branch.bugspeclinks.LinkedBugPicker(config);