From 2321b9760d7c5433f47675e7061e60110353668a Mon Sep 17 00:00:00 2001 From: stingl Date: Fri, 19 Nov 2021 11:54:26 +0100 Subject: [PATCH] Remove timeout; --- js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index ffccf16..a71a71b 100644 --- a/js/app.js +++ b/js/app.js @@ -365,8 +365,7 @@ const TimeTrack = { } }, toast, 'buttonName'); }, true] - ], - timeout: 12000 + ] }); this.updateStorage();