MediaWiki:Vector.js: Difference between revisions

From Official Kynseed Wiki from PixelCount Studios
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 edit summary
 
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the Vector skin */
/* All JavaScript here will be loaded for users of the Vector skin */
function ShowSpoiler(section) {
document.getElementById(section + 'Spoiler').style.display = 'block';
}

Latest revision as of 11:47, 7 December 2022

/* All JavaScript here will be loaded for users of the Vector skin */