MediaWiki:Group-sysop.js: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Ranzu (talk | contribs)
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for sysops only */
/* Any JavaScript here will be loaded for sysops only */
let elements = document.querySelectorAll('.mw-collapsible')
for (let el in elements) {
  el.classList.add('.mw-collapsed')
}

Revision as of 17:45, 4 September 2022

/* Any JavaScript here will be loaded for sysops only */