From 6c65b31fffbdcdcbd63748fd4c7c81353b3f78e4 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 14 Dec 2022 22:33:16 +0100 Subject: [PATCH] removed redundant "Status:" --- sd-card/html/overview.html | 1 - 1 file changed, 1 deletion(-) diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html index 853cf101..eb0e453a 100644 --- a/sd-card/html/overview.html +++ b/sd-card/html/overview.html @@ -122,7 +122,6 @@ function refresh() { xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var _rsp = xhttp.responseText; - _rsp = "Status: " + _rsp; $('#statusflow').html("Status: " + _rsp); } }