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 18, 2024
1 parent e183e7a commit 44a28a8
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 44a28a8

Please sign in to comment.