summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-07-31 21:02:12 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-07-31 21:02:12 (GMT)
commitc6fde48e1deb0016f9f8d1e0d6ae6584da7e2851 (patch)
tree657f40632390f2fd2a19f21b95c986e27b0225c1 /www/index.html
parent0ee64178d1967772701058c00601cbe069f2e47c (diff)
move clock from utils.js to clock.js
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index b549e41..3d9754d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -21,6 +21,7 @@
<script src="/javascript/twitter-bootstrap/js/bootstrap-modal.min.js"></script>
<script src="/js/dropzone.js"></script>
<script src="/js/utils.js"></script>
+ <script src="/js/clock.js"></script>
<script src="/js/auth.js"></script>
<script src="/js/apps.js"></script>
<script src="/js/shows.js"></script>