Implemented message shown when no data type is returned.
This commit is contained in:
		| @@ -265,6 +265,8 @@ function performRequest(endpoint, checkXML, checkTransform) { | |||||||
|             document.getElementById("procinfo").innerText = ' Computed using ' + result.processor |             document.getElementById("procinfo").innerText = ' Computed using ' + result.processor | ||||||
|             if (result.type) |             if (result.type) | ||||||
|                 document.getElementById("procinfo").innerText += ". Returned: " + result.type; |                 document.getElementById("procinfo").innerText += ". Returned: " + result.type; | ||||||
|  |             else | ||||||
|  |                 document.getElementById("procinfo").innerText += ". Engine didn't send data type."; | ||||||
|                  |                  | ||||||
|             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