Add documentation about extending layout #58

This commit is contained in:
Valvin
2019-10-07 13:33:39 +02:00
parent e4f4cb51a0
commit 73186f4d12
4 changed files with 86 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})