Spaces:
Running
Running
Commit
·
11f9dba
1
Parent(s):
5d3e07e
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -214,7 +214,7 @@
|
|
214 |
};
|
215 |
const timeString = now.toLocaleTimeString('en-US', options);
|
216 |
document.getElementById("time").textContent = timeString;
|
217 |
-
},
|
218 |
});
|
219 |
|
220 |
|
|
|
214 |
};
|
215 |
const timeString = now.toLocaleTimeString('en-US', options);
|
216 |
document.getElementById("time").textContent = timeString;
|
217 |
+
}, 200);
|
218 |
});
|
219 |
|
220 |
|