Update add.html

pull/426/head
hzgjq 2020-03-01 17:05:03 +08:00 committed by GitHub
parent 0897f84a04
commit b0cfea6f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -121,10 +121,9 @@
$("#" + arr["all"][i]).css("display", "none")
}
o = $("#type option:selected").val()
for (var i = 0; i < arr[o].length - 1; i++) {
for (var i = 0; i < arr[o].length; i++) {
$("#" + arr[o][i]).css("display", "block")
}
$("#info").html(arr[o][arr[o].length - 1])
}
function resetClientCnf() {