forked from mirrors/easyappointments
Automatically reload the calendar every minute.
This commit is contained in:
parent
54c4852cd7
commit
bff87eb4aa
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
$selectFilterItem.find('option:selected').attr('type'),
|
||||
calendarView.start,
|
||||
calendarView.end);
|
||||
}, 30000);
|
||||
}, 60000);
|
||||
};
|
||||
|
||||
})(window.BackendCalendarDefaultView);
|
||||
|
|
Loading…
Reference in a new issue