This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/public/js/custom.js

3 lines
110 B
JavaScript
Raw Normal View History

2022-01-06 15:17:14 +01:00
document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})