Jump to content

MediaWiki:Common.js: Difference between revisions

From Out of Ore Wiki
Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using('jquery.makeCollapsible').then(function () { $('.collapsible').makeCollapsible(); });"
 
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. */
mw.loader.using('jquery.makeCollapsible').then(function () {
    $('.collapsible').makeCollapsible();
});

Latest revision as of 12:02, 20 May 2025

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