presentazione-pass/themes/reveal-hugo/exampleSite/static/js/custom.js
2020-06-19 21:42:18 +02:00

3 lines
110 B
JavaScript

document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})