r86868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86867‎ | r86868 | r86869 >
Date:16:19, 25 April 2011
Author:neilk
Status:ok
Tags:
Comment:
fixed inadvertent global
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.Feedback.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.Feedback.js
@@ -95,7 +95,7 @@
9696 // get the values to submit
9797 var subject = this.subjectInput.value;
9898
99 - message = "<small>User agent: " + navigator.userAgent + "</small>\n\n"
 99+ var message = "<small>User agent: " + navigator.userAgent + "</small>\n\n"
100100 + this.messageInput.value;
101101 if ( message.indexOf( '~~~' ) == -1 ) {
102102 message += " ~~~~";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86150refactored Feedback tool out of uploadwizard. Still dependent on some UW libr...neilk23:04, 15 April 2011

Status & tagging log