[Bands] Add support for WWFF when saving band

这个提交包含在:
Andreas 2022-09-20 17:27:58 +02:00
父节点 9e110039f3
当前提交 11ad66ea1c

查看文件

@ -190,6 +190,7 @@ function saveBand(id) {
'sota': $(".sota_"+id+" input[type='checkbox']").is(":checked"), 'sota': $(".sota_"+id+" input[type='checkbox']").is(":checked"),
'uscounties': $(".uscounties_"+id+" input[type='checkbox']").is(":checked"), 'uscounties': $(".uscounties_"+id+" input[type='checkbox']").is(":checked"),
'was': $(".was_"+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") 'vucc': $(".vucc_"+id+" input[type='checkbox']").is(":checked")
}, },
success: function (html) { success: function (html) {