diapos.resilien.fr/themes/reveal-hugo/exampleSite/static/js/custom.js

3 lines
110 B
JavaScript
Raw Normal View History

2023-07-07 11:52:08 +02:00
document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})