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);
startClock(temp);
timeStop = true;
})
});
function startClock(d) {
function updateCounter() {
let tl = (timeLeft(d));