bypass ajax for shelf_selector statuses

This commit is contained in:
Hugh Rundle
2021-11-26 17:16:26 +11:00
parent 5b67226571
commit 951eb43aa6
5 changed files with 7 additions and 8 deletions

View File

@ -74,7 +74,7 @@ let StatusCache = new class {
// This allows the form to submit in the old fashioned way if there's a problem
if (!trigger || !form || response.headers.get("forceReload")) {
if (!trigger || !form) {
return;
}
@ -90,7 +90,6 @@ let StatusCache = new class {
trigger.removeAttribute('disabled');
})
.then(response => {
if (!response.ok) {
throw new Error();
}