Update the schedule

This commit is contained in:
Petko Bordjukov 2015-08-12 21:03:48 +03:00
parent cd3f9b93a7
commit d67539e16a
1 changed files with 1 additions and 0 deletions

View File

@ -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(),