Made message clear-cut
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user