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 difference)

Revision as of 08:03, 19 May 2025

/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.using('jquery.makeCollapsible').then(function () {
    $('.collapsible').makeCollapsible();
});