Difference between revisions of "MediaWiki:Mobile.js"

From TaticView
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for users using the mobile site: mw.loader.using('mobile.site.styles')")
 
Line 2: Line 2:
  
 
mw.loader.using('mobile.site.styles')
 
mw.loader.using('mobile.site.styles')
 +
 +
$(".mf-section-1").addClass("open-block")

Revision as of 13:25, 21 January 2019

/* Any JavaScript here will be loaded for users using the mobile site */

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

$(".mf-section-1").addClass("open-block")