mirror of https://github.com/dirtbags/moth.git
More small fixes
This commit is contained in:
parent
9b047e7821
commit
ae882ff349
|
@ -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)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue