From a3f357732c3ac7837b8c7fe900f49f21ad67f6ef Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 16 Mar 2023 11:42:31 +0530 Subject: [PATCH] formatting --- ui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/index.html b/ui/index.html index 5d7757b4..7112c022 100644 --- a/ui/index.html +++ b/ui/index.html @@ -501,8 +501,8 @@ async function init() { SD.init({ events: { - statusChange: setServerStatus - , idle: onIdle + statusChange: setServerStatus, + idle: onIdle } })