Содержимое удалено Содержимое добавлено
-звёздочки для статусных статей
м fix
(не показана 1 промежуточная версия этого же участника)
Строка 157:
$div.children( '.NavContent,.NavPic' ).each( function() {
$( this ).css( 'display', isShown ? 'none' : 'block' );
} );
}
 
function checkEmptyCreatebox() {
$( 'form.createbox' ).on( 'submit', function() {
if ( !$( this ).find( 'input.createboxInput' ).val() ) {
window.alert( 'Не указано название новой статьи!' );
return false;
}
return true;
} );
}
Строка 189 ⟶ 199 :
$( collapsibleDivs );
$( collapsibleTables );
$( checkEmptyCreatebox );
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=MediaWiki:Wikiminiatlas.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400' );
if ( document.location && document.location.protocol == 'https:' ) {