From 8d7cbc37f02a96fa256b705c35dd91a5f87da752 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 31 Jan 2024 08:48:14 +0000 Subject: [PATCH] Added DXCC-Link to DXCluster --- 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 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) {