diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js
index 4b16a8846..11d668548 100644
--- a/assets/js/sections/bandmap_list.js
+++ b/assets/js/sections/bandmap_list.js
@@ -56,7 +56,7 @@ $(function() {
} else if (single.worked_dxcc) {
dxcc_wked_info="text-warning";
} else {
- dxcc_wked_info="";
+ dxcc_wked_info="text-danger";
}
if (single.cnfmd_call) {
wked_info="text-success";
@@ -86,7 +86,7 @@ $(function() {
spotted=wked_info+lotw_badge;
data[0].push(spotted);
if (single.dxcc_spotted.flag) {
- dxcc_wked_info=((dxcc_wked_info != '' ?'' : '')+single.dxcc_spotted.entity+' '+single.dxcc_spotted.flag+(dxcc_wked_info != '' ? '' : ''));
+ 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+'');