Implemented message shown when no data type is returned. (#150) #152
Reference in New Issue
Block a user
No description provided.
Delete Branch "bema/ref/#150"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented message shown when no data type is returned. (#150)to WIP: Implemented message shown when no data type is returned. (#150)@@ -266,2 +266,4 @@if (result.type)document.getElementById("procinfo").innerText += ". Returned: " + result.type;elsedocument.getElementById("procinfo").innerText += ". Engine didn't send data type.";WIP: Implemented message shown when no data type is returned. (#150)to Implemented message shown when no data type is returned. (#150)