forked from ryanmwangi/CalMerger
set refresh interval on client side
This commit is contained in:
parent
12fafd934f
commit
3f00b5558b
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ const form = document.getElementById('merge-form');
|
||||||
result.innerHTML = 'Error merging calendars';
|
result.innerHTML = 'Error merging calendars';
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
const refreshInterval = 60 * 60 * 1000; // 1 hour
|
||||||
|
|
Loading…
Add table
Reference in a new issue