Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Nussnougat (talk | contribs) |
Nussnougat (talk | contribs) |
||
Line 3: | Line 3: | ||
mw.loader.load( '/index.php?title=MediaWiki:Sandbox.js&action=raw&ctype=text/javascript' ); | mw.loader.load( '/index.php?title=MediaWiki:Sandbox.js&action=raw&ctype=text/javascript' ); | ||
} | } | ||
− |
Revision as of 06:15, 6 August 2019
/* Any JavaScript here will be loaded for all users on every page load. */ if (mw.config.get('wgPageName') === 'Template:Sandbox') { mw.loader.load( '/index.php?title=MediaWiki:Sandbox.js&action=raw&ctype=text/javascript' ); }