mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed 2nd function at LBA-Map for Globe
This commit is contained in:
@@ -577,7 +577,7 @@ function mapGlobeQsos(form) {
|
||||
var nElements = elements.length;
|
||||
|
||||
elements.each(function() {
|
||||
let id = $(this).first().closest('tr').data('qsoID')
|
||||
let id = $(this).closest('tr').attr('id')?.replace(/\D/g, ''); // Removes non-numeric characters
|
||||
id_list.push(id);
|
||||
unselectQsoID(id);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user