diff --git a/assets/js/sections/jcc.js b/assets/js/sections/jcc.js index 89bec3c2c..07931f2a7 100644 --- a/assets/js/sections/jcc.js +++ b/assets/js/sections/jcc.js @@ -34,6 +34,7 @@ function export_qsos() { lotw: +$('#lotw').prop('checked'), qrz: +$('#qrz').prop('checked'), eqsl: +$('#eqsl').prop('checked'), + clublog: +$('#clublog').prop('checked'), includedeleted: +$('#includedeleted').prop('checked'), Africa: +$('#Africa').prop('checked'), Asia: +$('#Asia').prop('checked'), diff --git a/assets/js/sections/jccmap.js b/assets/js/sections/jccmap.js index 39bdfdb31..0d314e833 100644 --- a/assets/js/sections/jccmap.js +++ b/assets/js/sections/jccmap.js @@ -14,6 +14,7 @@ function load_jcc_map() { qsl: +$('#qsl').prop('checked'), lotw: +$('#lotw').prop('checked'), qrz: +$('#qrz').prop('checked'), + clublog: +$('#clublog').prop('checked'), eqsl: +$('#eqsl').prop('checked'), }, success: function(data) {