reload calendar automatically
This commit is contained in:
parent
e2468c4343
commit
f49ecee24c
|
@ -200,6 +200,7 @@ Calendar={
|
|||
});
|
||||
}
|
||||
});
|
||||
window.setTimeout("Calendar.UI.loadEvents(" + year + ")", 120000);
|
||||
},
|
||||
getEventsForDate:function(date){
|
||||
var day = date.getDate();
|
||||
|
|
Loading…
Reference in New Issue