MediaWiki:Minerva.js: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(Testing)
Tag: Blanking
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all MinervaNeue on every page load. */

$(function() {
mw.loader.load( '/w/index.php?title=MediaWiki:Common.js&action=raw&ctype=text/javascript' );
});

Latest revision as of 04:30, 10 July 2022

/* Any JavaScript here will be loaded for all MinervaNeue on every page load. */

$(function() {
	mw.loader.load( '/w/index.php?title=MediaWiki:Common.js&action=raw&ctype=text/javascript' );
});