From bdcc708ab7ae6cc621188c5f3df874502328d000 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 31 Jan 2024 11:44:31 +0000 Subject: [PATCH] Show worked/cnfmd info for DXCC without flags, too --- assets/js/sections/bandmap_list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 11d668548..e26e97f11 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -87,10 +87,10 @@ $(function() { data[0].push(spotted); if (single.dxcc_spotted.flag) { dxcc_wked_info=((dxcc_wked_info != '' ?'' : '')+single.dxcc_spotted.flag+' '+single.dxcc_spotted.entity+(dxcc_wked_info != '' ? '' : '')); - data[0].push(''+dxcc_wked_info+''); } else { - data[0].push(''+single.dxcc_spotted.entity+''); + dxcc_wked_info=((dxcc_wked_info != '' ?'' : '')+single.dxcc_spotted.entity+(dxcc_wked_info != '' ? '' : '')); } + data[0].push(''+dxcc_wked_info+''); data[0].push(single.spotter); if (oldtable.length > 0) { let update=false;