Update normal.php

This commit is contained in:
qkqpttgf
2020-03-24 16:30:19 +08:00
committed by GitHub
parent 0cd8273795
commit 43cd32e7bf
+1 -1
View File
@@ -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);
}
}
}