diff --git a/script.js b/script.js index 36e2249..54c44c9 100644 --- a/script.js +++ b/script.js @@ -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())