[Bands] Add support for WWFF when saving band
这个提交包含在:
父节点
9e110039f3
当前提交
11ad66ea1c
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -190,6 +190,7 @@ function saveBand(id) {
|
|||
'sota': $(".sota_"+id+" input[type='checkbox']").is(":checked"),
|
||||
'uscounties': $(".uscounties_"+id+" input[type='checkbox']").is(":checked"),
|
||||
'was': $(".was_"+id+" input[type='checkbox']").is(":checked"),
|
||||
'wwff': $(".wwff_"+id+" input[type='checkbox']").is(":checked"),
|
||||
'vucc': $(".vucc_"+id+" input[type='checkbox']").is(":checked")
|
||||
},
|
||||
success: function (html) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用