forked from platypush/platypush
Refresh calendar each 15 minutes
This commit is contained in:
parent
4c1cb9ae6b
commit
8534a738d2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ $(document).ready(function() {
|
|||
|
||||
var initWidget = function() {
|
||||
refreshCalendar();
|
||||
setInterval(refreshCalendar, 36000000);
|
||||
setInterval(refreshCalendar, 900000);
|
||||
};
|
||||
|
||||
var init = function() {
|
||||
|
|
Loading…
Reference in a new issue