User:Euphoria/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
test |
No edit summary |
||
| Line 1: | Line 1: | ||
window.catALotPrefs = { editpages: true, subcatcount: 100 }; |
|||
| ⚫ | |||
mw.loader.using(['jquery.ui', 'mediawiki.util']).done(function () { |
|||
| ⚫ | |||
mw.util.addCSS("#cat_a_lot_settings { display:none !important;}"); // Preferences depend on some Commons gadgets, not available locally |
|||
mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' ); |
|||
| ⚫ | |||
| ⚫ | |||
}); |
|||