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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}
}
}