MediaWiki:Mobile.js: Difference between revisions

From Wittgenstein Nachlass Graphics
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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 18:55, 26 April 2024

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