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;