Update stopwatch-timer.html

This commit is contained in:
FURK4NGG
2025-08-28 22:37:05 +03:00
committed by GitHub
parent bfbcefb67d
commit dadbf07d2e
+1
View File
@@ -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");