diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index 87954b7aac69ca18b3a774b8ec7cc5a38d5d65c6..efddac40426d4b1366364e6a7d11d52ecbafdaff 100644 --- a/apps/calendar/js/calendar.js +++ b/apps/calendar/js/calendar.js @@ -200,6 +200,7 @@ Calendar={ }); } }); + window.setTimeout("Calendar.UI.loadEvents(" + year + ")", 120000); }, getEventsForDate:function(date){ var day = date.getDate();