Fixing block syncing quirks

This commit is contained in:
Kevin Froman 2020-08-25 15:02:13 -05:00
parent a83351a73c
commit 3422ca43ff
7 changed files with 7 additions and 15 deletions

View file

@ -114,8 +114,8 @@ var getStats = function(){
"token": webpass
}})
.then((resp) => resp.text())
.then(function(totalRec) {
totalRec.innerText = totalRec
.then(function(resp) {
totalRec.innerText = resp
})
fetch('/lastconnect', {
headers: {