made particles more efficient, finished basic blocks feed
This commit is contained in:
parent
dafa4b6117
commit
34416c07fe
8 changed files with 132 additions and 38 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue