replacing site-local error display by global error display

This commit is contained in:
2025-09-26 15:27:20 +02:00
parent 2a6392cd2b
commit e3b735bb7b
16 changed files with 62 additions and 66 deletions

View File

@@ -49,7 +49,7 @@
location.href = endpoint + '?' + new URLSearchParams(json);
}
} else {
error(await resp.text());
error(resp);
if (btn) btn.disabled = false;
}
}