Jump to content

Unknown 9

From The Shivo Library
Revision as of 14:21, 26 December 2025 by Coobr (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Any JavaScript here will be loaded for all users on every page load. */ // Ensure that the appearance section is expanded mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function () { var appearanceSection = document.querySelector('#p-appearance'); if (appearanceSection && appearanceSection.classList.contains('collapsed')) { appearanceSection.classList.remove('collapsed');