From 603d70b13168af33a04b376224a14b97288debe5 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 18:19:58 +0700 Subject: ? --- frontend/status.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/status.js b/frontend/status.js index a64e9d0..691c13a 100644 --- a/frontend/status.js +++ b/frontend/status.js @@ -3,6 +3,5 @@ startUpdateMachines(); (async () => { const urlParams = new URLSearchParams(window.location.search); const blk = await information(urlParams.get("machine")); - blk = blk ? '?' : blk; - document.getElementById("status-title").innerHTML = `Machine Status for H${blk}` + document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}` })(); -- cgit v1.2.3