activates calendar polling and json readout
This commit is contained in:
		@@ -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);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user