From ec48c513561243ebb037d12c1aa3b684429b4710 Mon Sep 17 00:00:00 2001 From: Rishav Date: Thu, 26 Sep 2024 00:04:34 +0530 Subject: [PATCH] Updated timer --- script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/script.js b/script.js index af45253..e69369a 100644 --- a/script.js +++ b/script.js @@ -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);