(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') { var title = $('#firstHeading').detach(); var editLink = $('#ca-edit').detach(); var otherLinks = $('#p-cactions').detach(); // Append elements to the content bottom $('#bodyContent').append('<div class="mainpage-elements"></div>'); $('.mainpage-elements').a...") |
No edit summary |
||
| 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. */ | ||
Revision as of 23:34, 1 June 2024
/* Any JavaScript here will be loaded for all users on every page load. */