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); }