From: Ilmari Karonen Date: Sat, 10 Apr 2010 23:50:37 +0000 (+0000) Subject: fix capitalization of "wpSourceTypeurl" to match the actual id generated in SpecialUp... X-Git-Tag: 1.31.0-rc.0~37152 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=c96be0bbeb8da4bf23008c206d641526689a8a43;p=lhc%2Fweb%2Fwiklou.git fix capitalization of "wpSourceTypeurl" to match the actual id generated in SpecialUpload.php --- diff --git a/skins/common/upload.js b/skins/common/upload.js index fcccdd2507..99bb68881c 100644 --- a/skins/common/upload.js +++ b/skins/common/upload.js @@ -13,7 +13,7 @@ function licenseSelectorCheck() { function wgUploadSetup() { // Disable URL box if the URL copy upload source type is not selected - var e = document.getElementById( 'wpSourceTypeURL' ); + var e = document.getElementById( 'wpSourceTypeurl' ); if( e ) { if( !e.checked ) { var ein = document.getElementById( 'wpUploadFileURL' );