add description in checking rewrite function

This commit is contained in:
qkqpttgf
2020-08-21 14:57:23 +08:00
committed by GitHub
parent fe765192e1
commit e67ff8736b
+1 -1
View File
@@ -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);
}
}
}