mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Set Flag as well, when upding single cols
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user