MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All JavaScript here will be loaded for users of the Vector skin: function ShowSpoiler(section) { document.getElementById(section + 'Spoiler').style.display = 'block'; }") |
(No difference)
|
Revision as of 11:44, 7 December 2022
/* All JavaScript here will be loaded for users of the Vector skin */
function ShowSpoiler(section) {
document.getElementById(section + 'Spoiler').style.display = 'block';
}