Initial commit
This commit is contained in:
3
themes/reveal-hugo/exampleSite/static/js/custom.js
Normal file
3
themes/reveal-hugo/exampleSite/static/js/custom.js
Normal file
@ -0,0 +1,3 @@
|
||||
document.getElementById("customjs").addEventListener("click", function(){
|
||||
this.className += " customjs"
|
||||
})
|
Reference in New Issue
Block a user