From e67ff8736b943619b2dc983cb48460cba8dc53e8 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Fri, 21 Aug 2020 14:57:23 +0800 Subject: [PATCH] add description in checking rewrite function --- platform/Normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Normal.php b/platform/Normal.php index 3b28d53..3505a62 100644 --- a/platform/Normal.php +++ b/platform/Normal.php @@ -192,7 +192,7 @@ function install() document.getElementById("submitbtn").disabled = false; document.getElementById("formdiv").style.display = ""; } else { - alert(url+"\n"+xhr4.status); + alert("Url: " + url + "\nExpect http code 201, but received " + xhr4.status); } } }