prettier
All checks were successful
Build / build (push) Successful in 52s
Build / build (pull_request) Successful in 50s

This commit is contained in:
Sainan 2025-06-18 19:12:04 +02:00
parent f50b14ca6a
commit 906bc6406a

View File

@ -1764,7 +1764,7 @@ const uiConfigs = [...$("#server-settings input[id]")].map(x => x.id);
for (const id of uiConfigs) { for (const id of uiConfigs) {
const elm = document.getElementById(id); const elm = document.getElementById(id);
if (elm.type == "checkbox") { if (elm.type == "checkbox") {
elm.onchange = function() { elm.onchange = function () {
$.post({ $.post({
url: "/custom/config?" + window.authz, url: "/custom/config?" + window.authz,
contentType: "application/json", contentType: "application/json",