Changed 2nd function at LBA-Map for Globe

This commit is contained in:
int2001
2025-02-06 07:00:13 +00:00
parent 2d7e803cff
commit 9b3ed54333

View File

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