r64917 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64916‎ | r64917 | r64918 >
Date:23:50, 10 April 2010
Author:vyznev
Status:ok
Tags:
Comment:
fix capitalization of "wpSourceTypeurl" to match the actual id generated in SpecialUpload.php
Modified paths:
  • /trunk/phase3/skins/common/upload.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/upload.js
@@ -13,7 +13,7 @@
1414
1515 function wgUploadSetup() {
1616 // 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' );
1818 if( e ) {
1919 if( !e.checked ) {
2020 var ein = document.getElementById( 'wpUploadFileURL' );

Status & tagging log