Do not clearInterval on admin page

Keep the admin page using background reloads
This commit is contained in:
Pat O'Brien 2019-10-03 10:00:01 -04:00
parent 8e362bec24
commit ad8deb45bb

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 )