Difference between revisions of "MediaWiki:Common.js"
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
}()); | }()); | ||
− | + | mw.loader.load( '/w/index.php?title=MediaWiki:Md5.js&action=raw&ctype=text/javascript' ); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 01:31, 21 February 2019
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { var myElement = document.getElementById('displayText'); myElement.innerHTML = 'any HTML'; }()); mw.loader.load( '/w/index.php?title=MediaWiki:Md5.js&action=raw&ctype=text/javascript' );