User:Emma/common.js: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
mNo edit summary
mNo edit summary
Line 1: Line 1:
$(function() {if ( wgCanonicalSpecialPageName == 'Upload' ) {
$(function() {if ( wgCanonicalSpecialPageName == 'Upload' ) {
document.getElementById( 'wpLicense' ).firstChild.nextSibling.selected=true;
document.getElementById( 'wpLicense' ).childNodes[0].selected=false;
document.getElementById( 'wpLicense' ).childNodes[1].selected=true;
         }
         }
});
});