From bb8403a49c308e94ef5ee9b8cc9b00f1580f6c7b Mon Sep 17 00:00:00 2001 From: Travis Evans Date: Sun, 4 May 2025 20:50:57 -0500 Subject: [PATCH] Oops, that does nothing --- apps/tevtimer/app.js | 1 - 1 file changed, 1 deletion(-) 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)); },