mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-30 10:38:39 +02:00
3 lines
110 B
JavaScript
3 lines
110 B
JavaScript
document.getElementById("customjs").addEventListener("click", function(){
|
|
this.className += " customjs"
|
|
}) |