2734
правки
Изменения
Нет описания правки
*/
function licenseSelectorCheck() {
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
if ( $( '#wpLicense' ).val() === '' ) {
$( '#wpLicense' ).val( 'Лицензия' );
}
var selector = document.getElementById( "wpLicense" );
var selection = selector.options[selector.selectedIndex].value;
/*mw.loader.using( 'mediawiki.legacy.upload', function() {
}, 500 );
} );*/
wgUploadLicenseObj.fetchPreview( selection );
}
}