From c96be0bbeb8da4bf23008c206d641526689a8a43 Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Sat, 10 Apr 2010 23:50:37 +0000 Subject: [PATCH] fix capitalization of "wpSourceTypeurl" to match the actual id generated in SpecialUpload.php --- skins/common/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1