MediaWiki:Common.js: Difference between revisions
Appearance
Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function () { if (mw.config.get('wgPageName') === 'Main_Page') { $('.catlinks').hide(); } });" |
m Protected "MediaWiki:Common.js" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
|
Revision as of 05:11, 20 April 2025
/* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function () { if (mw.config.get('wgPageName') === 'Main_Page') { $('.catlinks').hide(); } });