User:Sylphoid/common.js: Difference between revisions
Jump to navigation
Jump to search
Created page with "document.addEventListener('DOMContentLoaded', function() { const statBoxes = document.querySelectorAll('.stat-box'); statBoxes.forEach(function(statBox) { statBox.addEventListener('click', function() { statBox.classList.toggle('clicked'); }); }); });" |
Tag: Undo |
(One intermediate revision by the same user not shown) | |
(No difference)
|