Skip to content

Commit

Permalink
multitimer: fix hardmode in new alarms/timers
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Jul 14, 2023
1 parent e408fb9 commit 077156c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/multitimer/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ function editTimer(idx, a) {
a.last = 0;
a.data.ot = a.timer;
a.appid = "multitimer";
a.js = "(require('Storage').read('multitimer.alarm.js') !== undefined) ? load('multitimer.alarm.js') : load('sched.js')";
if (idx < 0) alarms.push(a);
else alarms[timerIdx[idx]] = a;
require("sched").setAlarms(alarms);
Expand Down

0 comments on commit 077156c

Please sign in to comment.