Skip to content
Snippets Groups Projects
Commit 7ab4a989 authored by julientaq's avatar julientaq
Browse files

fix auto start

parent 376c5acb
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,6 @@ document.querySelector("body").addEventListener("click", function(e) {
})
const modal = document.querySelector(".modal");
const modalButton = document.querySelector(".button-modal");
modalButton.addEventListener("click", toggleModal(modal));
// inputs for the style sheet
const inputs = document.querySelectorAll(".cssVarUpdate");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment