mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
Update add.html
This commit is contained in:
parent
7dcb696492
commit
4b39a94d88
@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$("#type").val('{{.type}}');
|
||||
$("#type").val(('{{.type}}' == '') ? 'tcp' : '{{.type}}');
|
||||
resetForm()
|
||||
$("#type").on("change", function () {
|
||||
resetForm()
|
||||
|
Loading…
x
Reference in New Issue
Block a user