Adjusted grammar
This commit is contained in:
@@ -269,7 +269,7 @@ function performRequest(endpoint, checkXML, checkTransform) {
|
|||||||
document.getElementById("procinfo").innerText += ". Engine doesn't support return of data types.";
|
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 += " (" + result.time + "ms)";
|
||||||
procinfo.style.color = "#30aa58";
|
procinfo.style.color = "#30aa58";
|
||||||
} else {
|
} else {
|
||||||
procinfo.style.color = "#aa3030";
|
procinfo.style.color = "#aa3030";
|
||||||
|
|||||||
Reference in New Issue
Block a user