Изменения

MediaWiki:Common.js

204 байта убрано, 20:21, 19 августа 2016
Нет описания правки
* That way the file will be categorised so someone can find a license for the file
*/
function licenseSelectorCheck() {
 
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
if ( $( '#wpLicense' ).val() === '' ) {
$( '#wpLicense' ).val( 'Лицензия' i18n.defaultLicense );
}
 
var selector = document.getElementById( "wpLicense" );
var selection = selector.options[selector.selectedIndex].value;
/*mw.loader.using( 'mediawiki.legacy.upload', function() {
}, 500 );
} );*/
wgUploadLicenseObj.fetchPreview( selection );
}
}