- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
MediaWiki:Mobile.js: Difference between revisions
Jump to navigation
Jump to search
imported>MarioMario456 Created page with "→All JavaScript here will be loaded for users of the mobile site: mw.loader.load("/MediaWiki:Common.css?action=raw&ctype=text/css", "text/css"); mw.loader.load("/MediaWiki..." |
imported>MarioMario456 No edit summary |
||
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.load("/MediaWiki:Common.css | mw.loader.load("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css", "text/css"); | ||
mw.loader.load("/MediaWiki:Common.js | mw.loader.load("/index.php?title=MediaWiki:Common.js&action=raw&ctype=text/javascript", "text/javascript"); | ||
mw.loader.load("/MediaWiki:Monobook.css | mw.loader.load("/index.php?title=MediaWiki:Monobook.css&action=raw&ctype=text/css", "text/css"); |
Revision as of 15:08, 20 November 2021
/* All JavaScript here will be loaded for users of the mobile site */
mw.loader.load("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css", "text/css");
mw.loader.load("/index.php?title=MediaWiki:Common.js&action=raw&ctype=text/javascript", "text/javascript");
mw.loader.load("/index.php?title=MediaWiki:Monobook.css&action=raw&ctype=text/css", "text/css");