Merge lp:~matthew.revell/launchpad/help-continue-button-bug-406394 into lp:launchpad/db-devel

Proposed by Matthew Revell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~matthew.revell/launchpad/help-continue-button-bug-406394
Merge into: lp:launchpad/db-devel
Diff against target: 12 lines
1 file modified
lib/lp/services/inlinehelp/javascript/inlinehelp.js (+1/-1)
To merge this branch: bzr merge lp:~matthew.revell/launchpad/help-continue-button-bug-406394
Reviewer Review Type Date Requested Status
Abel Deuring (community) Approve
Review via email: mp+13115@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matthew Revell (matthew.revell) wrote :

Simple fix to lib/lp/services/inlinehelp/javascript/inlinehelp.js

Revision history for this message
Abel Deuring (adeuring) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/services/inlinehelp/javascript/inlinehelp.js'
2--- lib/lp/services/inlinehelp/javascript/inlinehelp.js 2009-07-20 23:17:14 +0000
3+++ lib/lp/services/inlinehelp/javascript/inlinehelp.js 2009-10-09 15:56:13 +0000
4@@ -27,7 +27,7 @@
5 // Changed from an <input type=button> to a <button> since
6 // IE8 doesn't handle style.css's input{visibility:inherit} correctly.
7 $('help-close').innerHTML =
8- '<button id="help-close-btn" value="Continue">';
9+ '<button id="help-close-btn">Continue</button>';
10 forEach(findHelpLinks(), setupHelpTrigger);
11 initHelpPane();
12 }

Subscribers

People subscribed via source and target branches

to status/vote changes: