forked from swee/MeowNex
Update script.js
This commit is contained in:
parent
680143fcf9
commit
149e6bf851
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ async function refresh(){
|
|||
// Refresh the HTML to show the spinners
|
||||
document.getElementById("run").innerHTML = "..."
|
||||
document.getElementById("blocked").innerHTML = "..."
|
||||
document.getElementById("links").innerHTML = "..."
|
||||
// Then fetch the values the same way as on the first part of the script.
|
||||
fetch ("run.txt")
|
||||
.then(x => x.text())
|
||||
|
|
Loading…
Reference in a new issue