Fix for dxcc table too

This commit is contained in:
Andreas Kristiansen
2025-12-31 16:31:47 +01:00
parent ce2c028326
commit b33eb9d143

View File

@@ -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) {