Difference between revisions of "MediaWiki:Common.js"

From Guardians of Ember Wiki
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.load( 'http://emberguardians.com/index.php?title=MediaWiki:Bootstrap-toc.min.js&action=raw&ctype=text/javascript' );
+
mw.loader.load ('http://emberguardians.com/customizations/bootstrap-toc.js', 'text/javascript' );
mw.loader.load ('http://emberguardians.com/customizations/bootstrap-toc.min.css', 'text/css' );
+
mw.loader.load ('http://emberguardians.com/customizations/bootstrap-toc.css', 'text/css' );

Revision as of 15:44, 10 May 2019

/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.load ('http://emberguardians.com/customizations/bootstrap-toc.js', 'text/javascript' );
mw.loader.load ('http://emberguardians.com/customizations/bootstrap-toc.css', 'text/css' );