152
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
*/ | */ | ||
/*global $, mw */ | /*global $, mw */ | ||
var autoCollapse = 2; | |||
var collapseCaption = 'hide'; | |||
var expandCaption = 'show'; | |||
(function() { | (function() { | ||
function collapseTable(tableIndex) { | function collapseTable(tableIndex) { | ||
var Button = document.getElementById('collapseButton' + tableIndex); | var Button = document.getElementById('collapseButton' + tableIndex); |
edits