summaryrefslogtreecommitdiff
path: root/frontend/status.js
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 19:23:08 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 19:23:08 +0700
commit31172f0dab003b20dda63c6ec32d6465be093d21 (patch)
tree11ab7bf55ccabd20d2204d82d9e7bd74e34ea077 /frontend/status.js
parent12b820d7f8e782d498e501e463c4ed3c82849be2 (diff)
endless errors
Diffstat (limited to 'frontend/status.js')
-rw-r--r--frontend/status.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/status.js b/frontend/status.js
index b822e58..446c655 100644
--- a/frontend/status.js
+++ b/frontend/status.js
@@ -3,5 +3,6 @@ startUpdateMachines();
(async () => {
const urlParams = new URLSearchParams(window.location.search);
const blk = await information(urlParams.get("machine"))["block"];
+ console.log("blk", blk);
document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}`
})();