Jump to content

MediaWiki:Common.js: Difference between revisions

Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { $('#siteSub').removeClass('noprint').show(); });"
 
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. */
$(document).ready(function() {
    $('#siteSub').removeClass('noprint').show();
});

Revision as of 07:02, 9 March 2025

/* Any JavaScript here will be loaded for all users on every page load. */