Update opentrashmail.js

needs to be here
This commit is contained in:
Christian Haschek 2019-10-07 08:31:36 +02:00 committed by GitHub
parent b217bc26f7
commit bd1a112646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]);
})
};
};