Set time to today when refreshing events

This commit is contained in:
Adam Goldsmith 2021-11-15 19:13:23 -05:00
parent d14e0e6fc1
commit 134fdd5d08

View File

@ -84,6 +84,7 @@ calendar.render();
function refresh() {
calendar.refetchEvents();
calendar.today();
}
// refresh data every five minutes