diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-19 12:26:10 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-19 12:28:53 (GMT) |
commit | fddf519d2739c1e7a4d1be49393757405a1595ae (patch) | |
tree | 61189725213686473ef6c15190a514ccb73ce507 /test | |
parent | d1a36cac7c6fe7ab93806bf3a4f7ec73f41a9893 (diff) |
removed week calculation
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 2 |
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 })); } } |