summaryrefslogtreecommitdiff
path: root/www/js/clock.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-04-21 19:42:17 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-04-21 19:42:17 (GMT)
commit964822ed420618d8fd75cd0843424ead5d6fb159 (patch)
treee8a465d3fa3839e3c57d9b389e1ba92e4c3642db /www/js/clock.js
parentee11338a3399a3eb56fa371389218c81ac746058 (diff)
init clock
Diffstat (limited to 'www/js/clock.js')
-rw-r--r--www/js/clock.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/js/clock.js b/www/js/clock.js
index eb04eed..3562b1e 100644
--- a/www/js/clock.js
+++ b/www/js/clock.js
@@ -109,12 +109,6 @@ function Clock() {
};
}
-var clock = new Clock();
-
-function clock_init() {
- clock.start();
-}
-
function clock_add_callback(cb) {
clock.addCallback(cb);
}