Added Clublog to JS

This commit is contained in:
int2001
2024-05-27 10:06:24 +00:00
parent 1fa5552f35
commit ee613cd247
2 changed files with 2 additions and 0 deletions

View File

@@ -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'),

View File

@@ -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) {