remove unnecessary assassin to changeSyndicate value
This commit is contained in:
parent
8b69e55957
commit
e08e3df119
@ -1115,7 +1115,6 @@ function doChangeSupportedSyndicate() {
|
|||||||
const uniqueName = document.querySelector("#changeSyndicate option:checked").value;
|
const uniqueName = document.querySelector("#changeSyndicate option:checked").value;
|
||||||
revalidateAuthz(() => {
|
revalidateAuthz(() => {
|
||||||
$.get("/api/setSupportedSyndicate.php?" + window.authz + "&syndicate=" + uniqueName).done(function () {
|
$.get("/api/setSupportedSyndicate.php?" + window.authz + "&syndicate=" + uniqueName).done(function () {
|
||||||
document.getElementById("changeSyndicate").value = "";
|
|
||||||
updateInventory();
|
updateInventory();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user