forked from swee/MeowNex
Use SweeStyle instead of FontAwesome
This commit is contained in:
parent
368ddcd885
commit
51ddc2fdf2
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ fetch ("block.txt")
|
|||
.then(y => document.getElementById("blocked").innerHTML = y);
|
||||
async function refresh(){
|
||||
// Refresh the HTML to show the spinners
|
||||
document.getElementById("run").innerHTML = "<span class=\"spinner-grow\"></span>"
|
||||
document.getElementById("blocked").innerHTML = "<span class=\"spinner-grow\"></span>"
|
||||
document.getElementById("run").innerHTML = "..."
|
||||
document.getElementById("blocked").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