diff --git a/static-data/www/shared/main/apicheck.js b/static-data/www/shared/main/apicheck.js index dba90f04..fb89777e 100644 --- a/static-data/www/shared/main/apicheck.js +++ b/static-data/www/shared/main/apicheck.js @@ -18,9 +18,6 @@ */ apiOnline = true async function doPing(){ - if (document.hidden){ - return - } out = setTimeout(function(){ if (apiOnline){ PNotify.notice('Connection lost with API server')