Skip to content

Commit

Permalink
fix playSound in playBtnHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 11, 2023
1 parent f784d45 commit 3f4a374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ function playBtnHandler() {
if (moveIndex <= opening.length - 1) {
enableButton(prevBtn);
nextHandler(opening[moveIndex][0], opening[moveIndex][1]);
// playSound();
generateTutorial(opening[moveIndex][2]);
if (moveIndex === opening.length - 1) {
disableButton(nextBtn);
Expand Down

0 comments on commit 3f4a374

Please sign in to comment.