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 @@
110
110
// if we make a mistake with commas in the above list, IE sometimes gives us an undefined regex, causes nastiness
111
111
if ( typeof regex !== undefined && value.match( regex ) ) {
112
112
ok = false;
113
- console.log( regex );
114
113
return false;
115
114
}
116
115
} );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88363
fix
bug 29029
- these regexes should have had an end-of-string anchor
neilk
05:38, 18 May 2011
Status & tagging log
21:03, 13 June 2011
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r88364
[
removed:
new
added:
ok]