From: Brion Vibber Date: Thu, 20 Mar 2008 21:48:28 +0000 (+0000) Subject: bug 13448 second bit X-Git-Tag: 1.31.0-rc.0~48918 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=d8c612ca99ae6f19f9d69e327835c38e2e39cc4c;p=lhc%2Fweb%2Fwiklou.git bug 13448 second bit --- diff --git a/skins/common/upload.js b/skins/common/upload.js index e46c3ecba1..d1cf4b3ee7 100644 --- a/skins/common/upload.js +++ b/skins/common/upload.js @@ -96,7 +96,7 @@ var wgUploadWarningObj = { // Set a value in the form indicating that the warning is acknowledged and // doesn't need to be redisplayed post-upload - if ( warning == '' || warning == ' ' ) { + if ( warning == '' || warning == ' ' ) { ackElt.value = ''; } else { ackElt.value = '1';