MediaWiki:Common.js: Difference between revisions
Arisepedia (talk | contribs) (Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { var currentDomain = window.location.hostname; var currentPath = window.location.pathname; var currentTitle = mw.config.get('wgPageName'); var englishDomain = 'arisepedia.com'; var hindiDomain = 'hi.arisepedia.com'; var switcherHtml = '<div id="language-switcher" style="position: fixed; top: 10px; right: 10px; z-index: 1000;">' +...") |
Arisepedia (talk | contribs) (Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: ") Tag: Replaced |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
Latest revision as of 17:47, 30 September 2024
/* Any JavaScript here will be loaded for all users on every page load. */