reload calendar automatically

This commit is contained in:
Georg Ehrke 2011-10-10 12:03:30 +02:00
parent e2468c4343
commit f49ecee24c
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ Calendar={
});
}
});
window.setTimeout("Calendar.UI.loadEvents(" + year + ")", 120000);
},
getEventsForDate:function(date){
var day = date.getDate();