diff --git a/assets/js/sections/bands.js b/assets/js/sections/bands.js index 7e686941..806fa529 100644 --- a/assets/js/sections/bands.js +++ b/assets/js/sections/bands.js @@ -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) {