Изменения

MediaWiki:Common.js

181 байт добавлено, 19:12, 10 августа 2016
Нет описания правки
/* Keep track of delegated events on dynamic content */
mcw.events = {};
 
/* Add extra buttons to the classic toolbar */
if ( mw.user.options.get( 'showtoolbar' ) && !mw.user.options.get( 'usebetatoolbar' ) ) {
importScript( 'MediaWiki:Toolbar.js' );
}
if (wgAction == 'edit' || wgAction == 'submit') {