Entire logging rework. Full error handling. Small improvements.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
if (reqPath.startsWith("/admin/")) {
|
||||
showAdminActionExecutedDialog(xhr, method);
|
||||
} else if (reqPath.startsWith("/score/") && method === "post") {
|
||||
showSingleCalcResultDialog(xhr, method);
|
||||
showSingleCalcResultDialog(xhr, reqPath);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user