a mistake in previous merging action
This commit is contained in:
parent
0bbd05c8b8
commit
d07fc19281
@ -3267,7 +3267,7 @@ document.querySelectorAll("#guild-cheats input[type=checkbox]").forEach(elm => {
|
|||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
key: elm.id,
|
key: elm.id,
|
||||||
value: value
|
value: elm.checked
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user