restructured
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user