MediaWiki:Mobile.js: Difference between revisions
(Created page with "→All JavaScript here will be loaded for users of the mobile site: mw.loader.using('mobile.site.styles');") |
No edit summary Tag: Reverted |
||
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'); | ||
.desktop-only { | |||
display: none; | |||
} |