function licenseSelectorCheck() { var selector = document.getElementById( "wpLicense" ); var selection = selector.options[selector.selectedIndex].value; if( selector.selectedIndex > 0 ) { if( selection == "" ) { // Option disabled, but browser is broken and doesn't respect this selector.selectedIndex = 0; } } // We might show a preview wgUploadLicenseObj.fetchPreview( selection ); } function licenseSelectorFixup() { // for MSIE/Mac; non-breaking spaces cause the