diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:23:08 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:23:08 +0700 |
| commit | 31172f0dab003b20dda63c6ec32d6465be093d21 (patch) | |
| tree | 11ab7bf55ccabd20d2204d82d9e7bd74e34ea077 /frontend | |
| parent | 12b820d7f8e782d498e501e463c4ed3c82849be2 (diff) | |
endless errors
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/status.js | 1 |
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 : '?'}` })(); |
