From 3367b3daa6e81b654716813fa33ffd6a20c7f370 Mon Sep 17 00:00:00 2001 From: Raphael Maenle <17550607+g-spacewhale@users.noreply.github.com> Date: Sat, 16 May 2020 17:26:17 +0200 Subject: [PATCH] activates calendar polling and json readout --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index cd92d69..03240c2 100644 --- a/js/app.js +++ b/js/app.js @@ -492,7 +492,7 @@ var eventsTimeStamp = 0; // Update the content of the watch every second setInterval(function() { drawWatchContent(); - // updateCalendar(60000); + updateCalendar(60000); }, 1000); }