From ad8deb45bb430162ec3f06081b56d4da12826bc1 Mon Sep 17 00:00:00 2001 From: Pat O'Brien <3484775+poblabs@users.noreply.github.com> Date: Thu, 3 Oct 2019 10:00:01 -0400 Subject: [PATCH] Do not clearInterval on admin page Keep the admin page using background reloads --- web/js/opentrashmail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/opentrashmail.js b/web/js/opentrashmail.js index 542009b..f528ea5 100644 --- a/web/js/opentrashmail.js +++ b/web/js/opentrashmail.js @@ -89,7 +89,7 @@ function updateEmailTable() var admin=false; if(data.type=="admin") { - clearInterval(timer); + //clearInterval(timer); admin = true; // Do not add the To header if one with the "to" class already exists if ( $('#tableheader').children(':eq(2)').hasClass("to") === false )