Skip to content

Commit

Permalink
Updated timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishav-01 committed Sep 25, 2024
1 parent d1529a5 commit ec48c51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,4 @@ setInterval(() => {
tt = "";
}
document.getElementById("current-timer").innerText = tt + Amin + ":" + Asec;
if (audioElement.paused) {
document.getElementById("current-timer").innerText = "00:00";
}
}, 1000);

0 comments on commit ec48c51

Please sign in to comment.