r88364 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88363‎ | r88364 | r88365 >
Date:05:41, 18 May 2011
Author:neilk
Status:ok
Tags:
Comment:
followup to r88363 - remove console.log call
Modified paths:
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.validate.wmCommonsBlacklist.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/jquery/jquery.validate.wmCommonsBlacklist.js
@@ -109,7 +109,6 @@
110110 // if we make a mistake with commas in the above list, IE sometimes gives us an undefined regex, causes nastiness
111111 if ( typeof regex !== undefined && value.match( regex ) ) {
112112 ok = false;
113 - console.log( regex );
114113 return false;
115114 }
116115 } );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88363fix bug 29029 - these regexes should have had an end-of-string anchorneilk05:38, 18 May 2011

Status & tagging log