Load the events every 20 seconds.

This commit is contained in:
Alex Tselegidis 2016-08-11 21:27:25 +02:00
parent 3272beb134
commit 25d9424eb5
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
// Auto-reload the results every one minute.
var interval = setInterval(function() {
$('#reload-appointments').trigger('click');
}, 15000);
}, 20000);
};
})(window.BackendCalendarTableView);