mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 11:32:35 +00:00
[Advanced Logbook] Unchecks marked QSOs for mapping
This commit is contained in:
@@ -696,6 +696,7 @@ function mapQsos(form) {
|
||||
elements.each(function() {
|
||||
let id = $(this).first().closest('tr').data('qsoID')
|
||||
id_list.push(id);
|
||||
unselectQsoID(id);
|
||||
});
|
||||
|
||||
$("#qsoList").attr("Hidden", true);
|
||||
|
||||
Reference in New Issue
Block a user