Skip to content

Commit 198d82d

Browse files
committed
neatne flipclock up
1 parent e819a32 commit 198d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/www/time.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
});
103103

104104
async function getTime() {
105-
//const response = await fetch(path + '/get-time')
105+
const response = await fetch(path + '/get-time')
106106
if (response.ok) {
107107
const json = await response.json()
108108
if (json.error) {

0 commit comments

Comments
 (0)