diff --git a/apps/sched/clkinfo.js b/apps/sched/clkinfo.js index 8a5576181..3700ee1e5 100644 --- a/apps/sched/clkinfo.js +++ b/apps/sched/clkinfo.js @@ -127,12 +127,8 @@ run: function() { if (a.date) return; // ignore events a.on = !a.on; - if (a.on) { - // use sched to start the alarm, - // so it takes care of timers etc - alarm.setAlarm(a.id, a); - } this.emit("redraw"); + alarm.setAlarms(all); alarm.reload(); // schedule/unschedule the alarm } })),