From 906bc6406a84a0ca632302e9a60a80d2930df80e Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:12:04 +0200 Subject: [PATCH] prettier --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index a9f540e8..bb7ec52a 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -1764,7 +1764,7 @@ const uiConfigs = [...$("#server-settings input[id]")].map(x => x.id); for (const id of uiConfigs) { const elm = document.getElementById(id); if (elm.type == "checkbox") { - elm.onchange = function() { + elm.onchange = function () { $.post({ url: "/custom/config?" + window.authz, contentType: "application/json",