made particles more efficient, finished basic blocks feed

This commit is contained in:
Kevin 2020-06-21 02:27:55 -05:00
parent dafa4b6117
commit 34416c07fe
8 changed files with 132 additions and 38 deletions

View file

@ -18,6 +18,9 @@
*/
apiOnline = true
async function doPing(){
if (document.hidden){
return
}
out = setTimeout(function(){
if (apiOnline){
PNotify.notice('Connection lost with API server')