From 149e6bf851314335627f825cff3faa632340fb96 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 6 Dec 2024 18:32:49 -0800 Subject: [PATCH] Update script.js --- script.js | 1 + 1 file changed, 1 insertion(+) 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())