From 47778f7c7d4d54e5c45dee1171819fce11ea8cdb Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Wed, 10 Nov 2021 23:05:42 +0100 Subject: [PATCH] fixed timer bug on refresh. closes #15 --- web/js/opentrashmail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/js/opentrashmail.js b/web/js/opentrashmail.js index f45dd4f..fb2aa05 100644 --- a/web/js/opentrashmail.js +++ b/web/js/opentrashmail.js @@ -46,6 +46,7 @@ function renderEmail(email,id,data) function loadAccount(email) { + clearInterval(timer); if(validateEmail(email)) { activeemail = email;