From 43cd32e7bf1445ae61aead7a39412f2f7cc82db2 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:30:19 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/normal.php b/function/normal.php index 923f676..1e4e0d7 100644 --- a/function/normal.php +++ b/function/normal.php @@ -175,7 +175,7 @@ function install() document.getElementById("submitbtn").disabled = false; document.getElementById("formdiv").style.display = ""; } else { - alert(url+'\n'+xhr4.status); + alert(url+"\n"+xhr4.status); } } }