Изменения

Перейти к: навигация, поиск

MediaWiki:Common.js

66 байтов добавлено, 11:08, 17 февраля 2014
м
Нет описания правки
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar . . . */
if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) !== -1 ) {
mw.loader.using( 'user.options', function () { if ( mw.user.options.get('usebetatoolbar') ) { mw.loader.using( 'ext.wikiEditor.toolbar', function () { $(document).ready( customizeToolbar ); } ); } } );
}
// Add the customizations to LiquidThreads' edit toolbar, if available

Навигация