presentazione-pass/themes/reveal-hugo/exampleSite/static/js/custom.js

3 lines
110 B
JavaScript
Raw Normal View History

2020-06-19 21:42:18 +02:00
document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})