diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 6a6787741..a8261b6cb 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -87,9 +87,9 @@ $(function() { 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 != '' ? '' : '')); - data[0].push(dxcc_wked_info); + data[0].push(''+dxcc_wked_info+''); } else { - data[0].push(single.dxcc_spotted.entity); + data[0].push(''+single.dxcc_spotted.entity+''); } data[0].push(single.spotter); if (oldtable.length > 0) {