Изменения

MediaWiki:Common.js

180 байтов убрано, 13:49, 6 августа 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') {