Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-02 15:10:41 +02:00
parent 9f4f095023
commit fe5f2d65c7
3 changed files with 4 additions and 6 deletions

View File

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