summaryrefslogtreecommitdiff
path: root/www/js/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/router.js')
-rw-r--r--www/js/router.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/router.js b/www/js/router.js
index e3ab4e5..62b9a77 100644
--- a/www/js/router.js
+++ b/www/js/router.js
@@ -22,12 +22,15 @@
'use strict';
+var clock = null;
var auth = null;
var router = null;
var importer = null;
var rdxport = null;
$(document).ready(function() {
+ clock = new Clock();
+ clock.start();
auth = new Rdxport.Auth();
router = new Rdxport.Router(auth);
router.route();