2734
правки
Изменения
Нет описания правки
* That way the file will be categorised so someone can find a license for the file
*/
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
if ( $( '#wpLicense' ).val() === '' ) {
$( '#wpLicense' ).val( 'Лицензия' i18n.defaultLicense );
}
/*mw.loader.using( 'mediawiki.legacy.upload', function() {
}, 500 );
} );*/
}