prettier
This commit is contained in:
parent
f50b14ca6a
commit
906bc6406a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user