activates calendar polling and json readout
This commit is contained in:
parent
cf8af88eea
commit
3367b3daa6
@ -492,7 +492,7 @@ var eventsTimeStamp = 0;
|
|||||||
// Update the content of the watch every second
|
// Update the content of the watch every second
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
drawWatchContent();
|
drawWatchContent();
|
||||||
// updateCalendar(60000);
|
updateCalendar(60000);
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user