MediaWiki:Gadget-extra-toolbar-buttons-core.js: Difference between revisions
Content deleted Content added
That fragment belonged in Common.js and was incorrectly moved. Moved it back: https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.js&diff=786940372&oldid=782857452 |
Writ Keeper (talk | contribs) fix |
||
(One intermediate revision by the same user not shown) | |||
Line 104:
mw.loader.using( 'user.options', function () {
// This can be the string "0" if the user disabled the preference ([[bugzilla:52542#c3]])
if ( mw.user.options.get( 'usebetatoolbar' ) != 1 && mw.user.options.get( '
▲ ).then( addExtraButtons );
}
} );
|