mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix for dxcc table too
This commit is contained in:
@@ -2796,8 +2796,8 @@ function saveOptions() {
|
||||
id_list.forEach(function(id) {
|
||||
let row = $("#dxccCheckTable tbody tr#qsoID-" + id);
|
||||
table.row(row).remove();
|
||||
table.draw(false);
|
||||
});
|
||||
table.draw(false);
|
||||
$('.dxcctablediv').html(data.message);
|
||||
},
|
||||
error: function(xhr, status, error) {
|
||||
|
||||
Reference in New Issue
Block a user