Update normal.php

This commit is contained in:
qkqpttgf 2020-03-24 16:30:19 +08:00 committed by GitHub
parent 0cd8273795
commit 43cd32e7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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