From: umherirrender Date: Fri, 23 Aug 2013 18:01:57 +0000 (+0200) Subject: Remove extra comma to avoid fatal in IE7 X-Git-Tag: 1.31.0-rc.0~18902^2 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=360b55ac0da6ce0e53ec82a19b3f449a96cd7c01;p=lhc%2Fweb%2Fwiklou.git Remove extra comma to avoid fatal in IE7 Change-Id: I2e875f55445dd94c660ad7ddc2aeec937ff30fa6 --- diff --git a/skins/common/upload.js b/skins/common/upload.js index b02ccb7b27..160de86161 100644 --- a/skins/common/upload.js +++ b/skins/common/upload.js @@ -139,7 +139,7 @@ window.wgUploadWarningObj = { titles: ( new mw.Title( this.nameToCheck, mw.config.get( 'wgNamespaceIds' ).file ) ).getPrefixedText(), prop: 'imageinfo', iiprop: 'uploadwarning', - indexpageids: '', + indexpageids: '' } ).done( function ( result ) { var resultOut = ''; if ( result.query ) {