|
@@ -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);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|