Fixing block syncing quirks
This commit is contained in:
parent
a83351a73c
commit
3422ca43ff
7 changed files with 7 additions and 15 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue