MediaWiki:Common.js: Difference between revisions

no edit summary
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() {
    var autoCollapse = 2;
    var collapseCaption = 'hide';
    var expandCaption = 'show';
     function collapseTable(tableIndex) {
     function collapseTable(tableIndex) {
         var Button = document.getElementById('collapseButton' + tableIndex);
         var Button = document.getElementById('collapseButton' + tableIndex);
152

edits