From dadbf07d2e835e6b6db44a66b833943f60ab6ca8 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:37:05 +0300 Subject: [PATCH] Update stopwatch-timer.html --- stopwatch-timer.html | 1 + 1 file changed, 1 insertion(+) 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");