Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
beep
  • Loading branch information
dantebertuzzi authored May 26, 2024
1 parent 5a2d69a commit b35f3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class BrailaTimer {
document.body.classList.add('finished-background');
}
this.updateTimerDisplay();
this.playSound('wolf.mp3');
this.playSound('beep.mp3');
}

updateTimerDisplay() {
Expand Down

0 comments on commit b35f3f3

Please sign in to comment.