From d07fc192815d1c5886b0ada77b53de59ebc1eaa5 Mon Sep 17 00:00:00 2001 From: AlexisinGit <136088944+AlexisinGit@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:54:24 +0800 Subject: [PATCH] fix #guild-cheats value a mistake in previous merging action --- 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 d2560902..fe5eb20f 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -3267,7 +3267,7 @@ document.querySelectorAll("#guild-cheats input[type=checkbox]").forEach(elm => { contentType: "application/json", data: JSON.stringify({ key: elm.id, - value: value + value: elm.checked }) }); });