minor css and js improvements
This commit is contained in:
@@ -3,7 +3,8 @@ document.addEventListener("DOMContentLoaded", async function () {
|
||||
const response = await fetch("/api/v1/frontend/response/");
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error(`HTTP ${response.status}`);
|
||||
console.error(`HTTP ${response.status}`);
|
||||
return;
|
||||
}
|
||||
|
||||
const data = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user