MediaWiki:Mobile.js: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
(Created page with "→‎All JavaScript here will be loaded for users of the mobile site: mw.loader.using('mobile.site.styles')")
 
(Replaced content with "→‎All JavaScript here will be loaded for users of the mobile site: mw.loader.using('mobile.site.styles') importScript('MediaWiki:Toggler.js');")
Tag: Replaced
 
(One intermediate revision by the same user not shown)
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')
importScript('MediaWiki:Toggler.js');

Latest revision as of 21:59, 9 December 2023

/* All JavaScript here will be loaded for users of the mobile site */

mw.loader.using('mobile.site.styles')

importScript('MediaWiki:Toggler.js');