From bd1a112646c0dc209fbf520c75adac286e3fd698 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Mon, 7 Oct 2019 08:31:36 +0200 Subject: [PATCH] Update opentrashmail.js needs to be here --- web/js/opentrashmail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/js/opentrashmail.js b/web/js/opentrashmail.js index 450ce7a..0236c57 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 ) @@ -185,4 +185,4 @@ String.fromHtmlEntities = function(string) { return (string+"").replace(/&#\d+;/gm,function(s) { return String.fromCharCode(s.match(/\d+/gm)[0]); }) -}; \ No newline at end of file +};