mirror of https://github.com/ehang-io/nps
Update add.html
parent
0897f84a04
commit
b0cfea6f21
|
@ -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() {
|
||||
|
@ -151,4 +150,4 @@
|
|||
resetClientCnf()
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue