Made message clear-cut
This commit is contained in:
		| @@ -266,7 +266,7 @@ function performRequest(endpoint, checkXML, checkTransform) { | |||||||
|             if (result.type) |             if (result.type) | ||||||
|                 document.getElementById("procinfo").innerText += ". Returned: " + result.type; |                 document.getElementById("procinfo").innerText += ". Returned: " + result.type; | ||||||
|             else |             else | ||||||
|                 document.getElementById("procinfo").innerText += ". Engine don't support sending returned data type."; |                 document.getElementById("procinfo").innerText += ". Engine doesn't support return of data types."; | ||||||
|                  |                  | ||||||
|             if (result.status = "OK") { |             if (result.status = "OK") { | ||||||
|                 document.getElementById("procinfo").innerText += " in " + result.time + "ms"; |                 document.getElementById("procinfo").innerText += " in " + result.time + "ms"; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user