restructured

This commit is contained in:
Karan
2021-12-03 14:44:24 +05:30
committed by GitHub
parent e41342ed32
commit 6f1ccfc72b
+1 -1
View File
@@ -53,7 +53,7 @@
localStorage.setItem("countdown", temp); localStorage.setItem("countdown", temp);
startClock(temp); startClock(temp);
timeStop = true; timeStop = true;
}) });
function startClock(d) { function startClock(d) {
function updateCounter() { function updateCounter() {
let tl = (timeLeft(d)); let tl = (timeLeft(d));