activates calendar polling and json readout

This commit is contained in:
Raphael Maenle 2020-05-16 17:26:17 +02:00
parent cf8af88eea
commit 3367b3daa6

View File

@ -492,7 +492,7 @@ var eventsTimeStamp = 0;
// Update the content of the watch every second
setInterval(function() {
drawWatchContent();
// updateCalendar(60000);
updateCalendar(60000);
}, 1000);
}