MediaWiki:Common.js
Jump to navigation Jump to searchBBlackmoor (talk | contribs) No edit summary |
BBlackmoor (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
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. */ | ||
// | var ts_alternate_row_colors = true; | ||
// collapss the TOC by default | |||
function hideToc() { | function hideToc() { | ||
document.getElementById('toctogglecheckbox').click(); | |||
} | |||
hideToc(); | hideToc(); |
Latest revision as of 14:43, 21 June 2021
/* Any JavaScript here will be loaded for all users on every page load. */ var ts_alternate_row_colors = true; // collapss the TOC by default function hideToc() { document.getElementById('toctogglecheckbox').click(); } hideToc();