Load the events every 20 seconds.
This commit is contained in:
parent
3272beb134
commit
25d9424eb5
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
||||||
// Auto-reload the results every one minute.
|
// Auto-reload the results every one minute.
|
||||||
var interval = setInterval(function() {
|
var interval = setInterval(function() {
|
||||||
$('#reload-appointments').trigger('click');
|
$('#reload-appointments').trigger('click');
|
||||||
}, 15000);
|
}, 20000);
|
||||||
};
|
};
|
||||||
|
|
||||||
})(window.BackendCalendarTableView);
|
})(window.BackendCalendarTableView);
|
||||||
|
|
Loading…
Reference in a new issue