mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
fixed error introduced through merging
This commit is contained in:
parent
7ad8af28bd
commit
282b883b05
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue