From 31172f0dab003b20dda63c6ec32d6465be093d21 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 19:23:08 +0700 Subject: endless errors --- frontend/status.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend') 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 : '?'}` })(); -- cgit v1.2.3