portfolios_tutoriel/static/js/custom.js

3 lines
110 B
JavaScript
Raw Permalink Normal View History

2022-02-09 15:43:10 +01:00
document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})