mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added Clublog to JS
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user