feat(webui): change SupportedSyndicate #923

Merged
Sainan merged 5 commits from AMelonInsideLemon/SpaceNinjaServer:change-SupportedSyndicate into main 2025-02-08 22:22:23 -08:00
Showing only changes of commit 4ba8b2a8c6 - Show all commits

View File

@ -1112,7 +1112,7 @@ function doImport() {
}
function doChangeSupportedSyndicate() {
const uniqueName = document.querySelector("#changeSyndicate option:checked").value;
const uniqueName = document.getElementById("changeSyndicate").value;
revalidateAuthz(() => {
$.get("/api/setSupportedSyndicate.php?" + window.authz + "&syndicate=" + uniqueName).done(function () {
updateInventory();