From ca1f9eb44b874afb0827bde7c7dcdf89cca29a0e Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 21 Jun 2020 22:48:34 -0500 Subject: [PATCH] fix regression in apicheck js --- static-data/www/shared/main/apicheck.js | 3 --- 1 file changed, 3 deletions(-) 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')