Frontend stuff

This commit is contained in:
2025-02-24 22:55:28 +01:00
parent 611a4a0ead
commit 45cd5b10e6
17 changed files with 330 additions and 142 deletions

View File

@@ -32,6 +32,9 @@ let _api = {
if (typeof result === 'number') {
return result;
}
if (typeof result === 'boolean') {
return result;
}
console.error('Invalid JSON response');
_testPageFail('Invalid JSON response');
return;