Made message clear-cut

This commit is contained in:
2023-04-21 09:22:06 +02:00
parent be80399bf8
commit 57ea6efe84

View File

@@ -266,7 +266,7 @@ function performRequest(endpoint, checkXML, checkTransform) {
if (result.type)
document.getElementById("procinfo").innerText += ". Returned: " + result.type;
else
document.getElementById("procinfo").innerText += ". Engine didn't send data type.";
document.getElementById("procinfo").innerText += ". Engine don't support sending returned data type.";
if (result.status = "OK") {
document.getElementById("procinfo").innerText += " in " + result.time + "ms";