Implemented message shown when no data type is returned. (#150) #152
@@ -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 didn't send data type.";
 | 
					                document.getElementById("procinfo").innerText += ". Engine don't support sending returned data type.";
 | 
				
			||||||
| 
							
							
								
									
	
	
	
	
	
	
	
	 
					
					widlam marked this conversation as resolved
					
				 
				
				
					
						widlam
						commented  
			
						Review
						 
					
				
				
					
				
				```
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