mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[Advanced Logbook] Unchecks marked QSOs for mapping
This commit is contained in:
parent
e732998200
commit
23dc7005d9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue