mirror of https://github.com/espruino/BangleApps
multitimer: trim whitespace
parent
70ea8df149
commit
e6f61ccc6b
|
@ -559,7 +559,7 @@ function editAlarm(idx, a) {
|
|||
else a = require("sched").newDefaultAlarm();
|
||||
}
|
||||
if (!a.data) {
|
||||
a.data = { hm: false, oneshot: false };
|
||||
a.data = { hm: false };
|
||||
}
|
||||
var t = decodeTime(a.t);
|
||||
|
||||
|
|
Loading…
Reference in New Issue