From 1321d9cd83878907279b7e37642fd8fe1c0da8ad Mon Sep 17 00:00:00 2001 From: martind2000 Date: Tue, 1 Mar 2016 00:53:21 +0000 Subject: [PATCH] added clock --- app/js/clock.js | 4 ++++ views/partials/head.ejs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/js/clock.js b/app/js/clock.js index 1202a23..05b3e54 100644 --- a/app/js/clock.js +++ b/app/js/clock.js @@ -106,5 +106,9 @@ startClock(); getData(); refresh(); +$('#misc').html($( window ).width()); + + + })(); diff --git a/views/partials/head.ejs b/views/partials/head.ejs index 3ae3b28..d083aa4 100644 --- a/views/partials/head.ejs +++ b/views/partials/head.ejs @@ -3,7 +3,7 @@ - + Events