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 +};