Jump to content

MediaWiki:Common.js: Difference between revisions

Jehan (talk | contribs)
No edit summary
Jehan (talk | contribs)
No edit summary
Line 37: Line 37:
Button.firstChild.data = hideCaption;
Button.firstChild.data = hideCaption;
}
}
showTable.className = "shown";
showTable.className = "wikitable hideable shown";


if (hideTable) {
if (hideTable) {
Line 46: Line 46:
Rows[i].style.display = 'none';
Rows[i].style.display = 'none';
}
}
hideTable.className = "hidden";
hideTable.className = "wikitable hideable hidden";
}
}
};
};