Entire logging rework. Full error handling. Small improvements.

This commit is contained in:
MaxJa4
2024-01-22 17:24:17 +01:00
parent da1ff4e4e5
commit ca697da0da
18 changed files with 278 additions and 205 deletions

View File

@@ -41,7 +41,7 @@ function showSingleCalcResultDialog(xhr, reqPath) {
}
Swal.fire({
title: 'Abfrage für ' + reqPath.replace("/score/", ''),
title: 'Abfrage für "' + reqPath.replace("/score/", '') + '"',
text: "Score: " + xhr.response,
icon: icon,
customClass: swalClasses