From d5bc7f3776b02b18e78caa7ff11e5176f152dc79 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 23 Jun 2025 19:24:47 +0000 Subject: [PATCH] Set Flag as well, when upding single cols --- assets/js/sections/logbookadvanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/logbookadvanced.js b/assets/js/sections/logbookadvanced.js index cf47fce09..0918287d1 100644 --- a/assets/js/sections/logbookadvanced.js +++ b/assets/js/sections/logbookadvanced.js @@ -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);