mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
reload calendar automatically
This commit is contained in:
parent
e2468c4343
commit
f49ecee24c
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ Calendar={
|
|||
});
|
||||
}
|
||||
});
|
||||
window.setTimeout("Calendar.UI.loadEvents(" + year + ")", 120000);
|
||||
},
|
||||
getEventsForDate:function(date){
|
||||
var day = date.getDate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue