diff --git a/index.js b/index.js index 71cb8bf..a7f7388 100644 --- a/index.js +++ b/index.js @@ -134,7 +134,7 @@ function updateSlider(sliderElement, toggleState){ // ----------------------------------------- main --------------------------------------- // async function renderLoop() { - var axisValueElements = document.querySelectorAll('[id^="axisValue"]'); + var axisValueElements = document.querySelectorAll('[id^="0axisValue"]'); var barElements = document.querySelectorAll('[id^="0bar"]'); var buttonElements = document.querySelectorAll('[id^="0buttonDesktop"]'); // console.log(document.lastKeyPressed);