Update script.js
This commit is contained in:
parent
e08e3df119
commit
4ba8b2a8c6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user