replacing site-local error display by global error display
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
location.href = endpoint + '?' + new URLSearchParams(json);
|
||||
}
|
||||
} else {
|
||||
error(await resp.text());
|
||||
error(resp);
|
||||
if (btn) btn.disabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user