diff --git a/stopwatch-timer.html b/stopwatch-timer.html index 17b8690..16755fa 100644 --- a/stopwatch-timer.html +++ b/stopwatch-timer.html @@ -556,6 +556,7 @@ toggleBtn.addEventListener('click', () => { if (remainingSeconds <= 0) { clearInterval(timerInterval); timerInterval = null; + totalSeconds = 0; showTimerAlert(); toggleBtn.classList.remove("pause"); toggleBtn.classList.add("play");