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 e08e3df119 - Show all commits

View File

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