[Advanced Logbook] Unchecks marked QSOs for mapping

This commit is contained in:
Andreas
2023-08-22 08:39:14 +02:00
parent e732998200
commit 23dc7005d9

View File

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