MediaWiki:Mobile.js: Difference between revisions

From LOTR-TCG Wiki
(Created page with "→‎All JavaScript here will be loaded for users of the mobile site: mw.loader.using('mobile.site.styles');")
 
No edit summary
 
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the mobile site */
/* All JavaScript here will be loaded for users of the mobile site */
mw.loader.using('mobile.site.styles');
mw.loader.using('mobile.site.styles');
console.log("test");

Latest revision as of 06:40, 10 October 2021

/* All JavaScript here will be loaded for users of the mobile site */
mw.loader.using('mobile.site.styles');
console.log("test");