From ee613cd247f2c76e587e24912125cd2047c59881 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 27 May 2024 10:06:24 +0000 Subject: [PATCH] Added Clublog to JS --- assets/js/sections/jcc.js | 1 + assets/js/sections/jccmap.js | 1 + 2 files changed, 2 insertions(+) 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) {