mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-24 03:07:13 +00:00
Fixed mapselectedqsos
This commit is contained in:
@@ -487,7 +487,7 @@ function mapQsos(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