r86843 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86842‎ | r86843 | r86844 >
Date:11:12, 25 April 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
UploadWizard: Remove debugger; statement introduced in r86687
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -1311,7 +1311,6 @@
13121312 {
13131313 text: gM( 'mwe-upwiz-cancel', uploads.length ),
13141314 click: function() {
1315 - debugger;
13161315 $j( this ).dialog( 'close' )
13171316 }
13181317 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86687confirm dialogs for upload deletionneilk00:58, 22 April 2011

Comments

#Comment by NeilK (talk | contribs)   14:45, 25 April 2011

Thanks. FYI I arranged for Trevor to review my changes this morning but of course you are welcome to review if you feel like it, before deploy at 11am PT

#Comment by Catrope (talk | contribs)   17:16, 25 April 2011

Oh, OK. Well I only cursorily reviewed the JS changes, so it's probably a good idea to have Trevor look at those anyway.

Status & tagging log