Site Notice
hello, world
Difference between revisions of "MediaWiki:Common.js"
From Project-EPB Commons
([InPageEdit]) |
|||
Line 2: | Line 2: | ||
mw.loader.load('https://wjghj.cn/index.php?title=MediaWiki:NotifyWhenCopy.js&action=raw&ctype=text/javascript'); | 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/toast'); | ||
+ | |||
+ | mw.loader.load('https://common.wjghj.cn/js/highlight'); | ||
+ | document.addEventListener('DOMContentLoaded', (event) => { | ||
+ | document.querySelectorAll('.hljs').forEach((block) => { | ||
+ | hljs.highlightBlock(block); | ||
+ | }); | ||
+ | }); |
Revision as of 19:47, 25 September 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/highlight');
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('.hljs').forEach((block) => {
hljs.highlightBlock(block);
});
});