More small fixes

This commit is contained in:
John Donaldson 2019-11-07 19:38:03 +00:00
parent 9b047e7821
commit ae882ff349
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ function drawCacheButton(teamId) {
}) })
} }
setInterval ( updateCacheButton , 30000) setInterval (updateCacheButton , 30000)
updateCacheButton() updateCacheButton()
} }
@ -167,7 +167,7 @@ async function fetchAll(teamId) {
} }
fetch(resource) fetch(resource)
.then(e => { .then(e => {
console.log("Fetched " + resource) console.log("Fetched " + resource)
}) })
} }
}) })