X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fmediawiki.special.upload.js;h=0ddf7fe3f1d897a8f0c0d6389cbdfd1bf0e5ad69;hb=4a5f646a7fea7cbe0421c5cf38b72bae5c1bcf65;hp=f818096377720c9b62e37a17dba52e861f100755;hpb=163282a24c6201b25eb0ecdf753ffa6ad689ed0f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/mediawiki.special.upload.js b/resources/src/mediawiki.special/mediawiki.special.upload.js index f818096377..0ddf7fe3f1 100644 --- a/resources/src/mediawiki.special/mediawiki.special.upload.js +++ b/resources/src/mediawiki.special/mediawiki.special.upload.js @@ -252,7 +252,7 @@ // Output result if ( $( '#wpDestFile' ).length ) { // Call decodeURIComponent function to remove possible URL-encoded characters - // from the file name (bug 30390). Especially likely with upload-form-url. + // from the file name (T32390). Especially likely with upload-form-url. // decodeURIComponent can throw an exception if input is invalid utf-8 try { $( '#wpDestFile' ).val( decodeURIComponent( fname ) );