Update the schedule
This commit is contained in:
parent
cd3f9b93a7
commit
d67539e16a
|
@ -15,6 +15,7 @@ var reactive = new Ractive({
|
||||||
});
|
});
|
||||||
|
|
||||||
function refreshEvent() {
|
function refreshEvent() {
|
||||||
|
schedule.update();
|
||||||
reactive.set({pastEvents: schedule.pastEvents(),
|
reactive.set({pastEvents: schedule.pastEvents(),
|
||||||
currentEvent: schedule.currentEvent(),
|
currentEvent: schedule.currentEvent(),
|
||||||
nextEvent: schedule.nextEvent(),
|
nextEvent: schedule.nextEvent(),
|
||||||
|
|
Loading…
Reference in New Issue