Content deleted Content added
No edit summary |
Maintenance: mw:RL/MGU - Replaced .size() (removed in jQuery 3.0) phab:T169385, Updated deprecated module name |
||
Line 99:
mw.loader.using( 'user.options', function () {
if ( mw.user.options.get('usebetatoolbar') ) {
mw.loader.using( 'ext.wikiEditor
$( customizeBetaToolbar );
} );
Line 105:
} );
if ($('#' + button.id).
// add a button to the classic toolbar
mw.loader.using('mediawiki.action.edit', function () {
|