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
=== modified file 'lib/lp/services/inlinehelp/javascript/inlinehelp.js'
--- lib/lp/services/inlinehelp/javascript/inlinehelp.js 2009-07-20 23:17:14 +0000
+++ lib/lp/services/inlinehelp/javascript/inlinehelp.js 2009-10-09 15:56:13 +0000
@@ -27,7 +27,7 @@
27 // Changed from an <input type=button> to a <button> since27 // Changed from an <input type=button> to a <button> since
28 // IE8 doesn't handle style.css's input{visibility:inherit} correctly.28 // IE8 doesn't handle style.css's input{visibility:inherit} correctly.
29 $('help-close').innerHTML =29 $('help-close').innerHTML =
30 '<button id="help-close-btn" value="Continue">';30 '<button id="help-close-btn">Continue</button>';
31 forEach(findHelpLinks(), setupHelpTrigger);31 forEach(findHelpLinks(), setupHelpTrigger);
32 initHelpPane();32 initHelpPane();
33}33}

Subscribers

People subscribed via source and target branches

to status/vote changes: