From e34fb9a6eaa41919b4861c80092b551dd2278855 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 23 Jan 2026 09:52:35 +0800 Subject: } --- frontend/admin/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/admin/admin.js b/frontend/admin/admin.js index 77a8571..6f1ebce 100644 --- a/frontend/admin/admin.js +++ b/frontend/admin/admin.js @@ -54,7 +54,7 @@ async function overrideMachineStatus(block, machine) { headers: { "Content-Type": "application/json" }, - body: `{"block": ${block}, "machine_id": ${machine}, "disabled": ${dropdown.selectedIndex == 1}`, + body: `{"block": ${block}, "machine_id": ${machine}, "disabled": ${dropdown.selectedIndex == 1}}`, }); if (response.status != 200) { -- cgit v1.2.3