mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
removed redundant "Status:"
This commit is contained in:
@@ -122,7 +122,6 @@ function refresh() {
|
|||||||
xhttp.onreadystatechange = function() {
|
xhttp.onreadystatechange = function() {
|
||||||
if (this.readyState == 4 && this.status == 200) {
|
if (this.readyState == 4 && this.status == 200) {
|
||||||
var _rsp = xhttp.responseText;
|
var _rsp = xhttp.responseText;
|
||||||
_rsp = "Status: " + _rsp;
|
|
||||||
$('#statusflow').html("Status: " + _rsp);
|
$('#statusflow').html("Status: " + _rsp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user