diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-20 23:10:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-20 23:10:09 (GMT) |
commit | a7ced33a13e88481d86e646278be0536a834ded3 (patch) | |
tree | 7cd4f5dda3cd550f98908ebc965a476ab43b54c0 /www/index.html | |
parent | 03e5e48d82b98f2a15dfa4515a87e405603926ae (diff) |
make clock global
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index e0a4338..8544b28 100644 --- a/www/index.html +++ b/www/index.html @@ -184,6 +184,7 @@ <script type="text/javascript"> auth_init(); apps_init(); + clock_init(); </script> </body> |