diff options
Diffstat (limited to 'frontend/status.js')
| -rw-r--r-- | frontend/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 : '?'}` })(); |
