fixed error introduced through merging

This commit is contained in:
RaffaelW 2024-12-19 17:41:19 +01:00
parent 7ad8af28bd
commit 282b883b05

View file

@ -1,4 +1,4 @@
document.querySelector("form").addEventListener("input", (event) => { document.querySelector("form.config").addEventListener("input", (event) => {
if (event.target.classList.contains("range")) { if (event.target.classList.contains("range")) {
updateValue(event.target); updateValue(event.target);
} }