diff --git a/apps/sched/clkinfo.js b/apps/sched/clkinfo.js index 0140e6067..a336c988d 100644 --- a/apps/sched/clkinfo.js +++ b/apps/sched/clkinfo.js @@ -125,6 +125,7 @@ this.switchTimeout = undefined; }, run: function() { + if (a.date) return; // ignore events a.on = !a.on; this.emit("redraw"); alarm.setAlarms(all);