summaryrefslogtreecommitdiff
path: root/test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index 42657a1..4b5b303 100644
--- a/test/index.html
+++ b/test/index.html
@@ -26,7 +26,7 @@
}
this.update = function() {
- this.sock.send(JSON.stringify({ t1: (+new Date()), t2: 0, t3: 0, t4: 0, tz_offset: 0, week: 0 }));
+ this.sock.send(JSON.stringify({ t1: (+new Date()), t2: 0, t3: 0, t4: 0, tz_offset: 0 }));
}
}