webUI fix

This commit is contained in:
AlexisinGit 2025-09-11 14:45:13 +08:00
parent b46849206a
commit cd9cafd743

View File

@ -3059,7 +3059,7 @@ document.querySelectorAll("#account-cheats input[type=checkbox], #account-cheats
contentType: "application/json",
data: JSON.stringify({
key: elm.id,
value: elm.checked
value: value
})
});
});