Entire logging rework. Full error handling. Small improvements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user