diff --git a/apps/tevtimer/app.js b/apps/tevtimer/app.js index 5163e4727..ef4b38029 100644 --- a/apps/tevtimer/app.js +++ b/apps/tevtimer/app.js @@ -952,7 +952,6 @@ class DeleteTimer { back: () => { this.back(false, this.timer); } }, 'Delete': () => { - ok = true; tt.set_timers_dirty(); this.back(true, tt.delete_timer(tt.TIMERS, this.timer)); },