Set Flag as well, when upding single cols

This commit is contained in:
int2001
2025-06-23 19:24:47 +00:00
parent 709403bcce
commit d5bc7f3776

View File

@@ -93,7 +93,7 @@ function updateRow(qso) {
cells.eq(c++).text(qso.qslMessageR);
}
if ((user_options.dxcc.show ?? 'true') == "true"){
cells.eq(c++).html(qso.dxcc);
cells.eq(c++).html(qso.dxcc+qso.flag);
}
if ((user_options.state.show ?? 'true') == "true"){
cells.eq(c++).html(qso.state);