1
0
Fork 0
forked from swee/MeowNex

Update script.js

This commit is contained in:
Nova Cat 2024-12-06 18:32:49 -08:00
parent 680143fcf9
commit 149e6bf851

View file

@ -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())