Przeglądaj źródła

removed redundant "Status:"

CaCO3 3 lat temu
rodzic
commit
6c65b31fff
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      sd-card/html/overview.html

+ 0 - 1
sd-card/html/overview.html

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