MediaWiki:Mobile.js: Difference between revisions

From Wittgenstein Nachlass Graphics
(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;
}

Revision as of 13:20, 26 April 2024

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

.desktop-only {
  display: none;
}