[Advanced Logbook] Unchecks marked QSOs for mapping
这个提交包含在:
父节点
e732998200
当前提交
23dc7005d9
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -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);
|
||||
|
|
|
|||
正在加载…
在新工单中引用