Index: trunk/phase3/skins/common/upload.js |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | |
15 | 15 | function wgUploadSetup() { |
16 | 16 | // Disable URL box if the URL copy upload source type is not selected |
17 | | - var e = document.getElementById( 'wpSourceTypeURL' ); |
| 17 | + var e = document.getElementById( 'wpSourceTypeurl' ); |
18 | 18 | if( e ) { |
19 | 19 | if( !e.checked ) { |
20 | 20 | var ein = document.getElementById( 'wpUploadFileURL' ); |