Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Oct 19, 2024
1 parent a5ff73a commit a3ea16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a3ea16c

Please sign in to comment.