diff --git a/apps/noteify/app.js b/apps/noteify/app.js index 1d9be8ea5..22562d5fb 100644 --- a/apps/noteify/app.js +++ b/apps/noteify/app.js @@ -229,6 +229,7 @@ function editAlarm(alarmIndex, alarm) { menu["Save"] = function() { a.t = encodeTime(t); a.last = (a.t < getCurrentTime()) ? (new Date()).getDate() : 0; + a.last = 0; if (newAlarm) alarms.push(a); else alarms[alarmIndex] = a; saveAndReload();