From fb40d3f256ab61e0ad41ad5e8b404ac656a839e2 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 18:41:25 +0700 Subject: why did i write it LIKE THAT PAST ME????! --- frontend/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/status.js') diff --git a/frontend/status.js b/frontend/status.js index 691c13a..b822e58 100644 --- a/frontend/status.js +++ b/frontend/status.js @@ -2,6 +2,6 @@ startUpdateMachines(); (async () => { const urlParams = new URLSearchParams(window.location.search); - const blk = await information(urlParams.get("machine")); + const blk = await information(urlParams.get("machine"))["block"]; document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}` })(); -- cgit v1.2.3