Site Notice
hello, world
Difference between revisions of "MediaWiki:Common.js"
From Project-EPB Commons
(//InPageEdit) |
(//InPageEdit) |
||
Line 6: | Line 6: | ||
/** Demo **/ | /** Demo **/ | ||
switch (mw.config.get('wgPageName')) { | switch (mw.config.get('wgPageName')) { | ||
− | case 'InPageEdit': | + | case 'InPageEdit-v2': |
mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2'); | mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2'); | ||
break; | break; | ||
} | } |
Revision as of 02:21, 1 November 2019
/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.load('https://wjghj.cn/index.php?title=MediaWiki:NotifyWhenCopy.js&action=raw&ctype=text/javascript');
mw.loader.load('https://common.wjghj.cn/js/toast');
mw.loader.load('https://common.wjghj.cn/js/SsiModal');
/** Demo **/
switch (mw.config.get('wgPageName')) {
case 'InPageEdit-v2':
mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2');
break;
}