From 69335afed01d78c1302c4eec15820645b1711bbf Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Thu, 20 Feb 2025 12:58:31 +0100 Subject: [PATCH] Update assets/js/sections/bandmap_list.js tnx Co-authored-by: Filip Melik --- assets/js/sections/bandmap_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 9c7bc305e..6e8c2a39f 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -111,7 +111,7 @@ $(function() { data[0].push(continent_wked_info); data[0].push(single.spotter); data[0].push(single.message || ''); - if ((single.worked_call) && ((single.last_wked.LAST_QSO || '') != '')) { + if ((single.worked_call) && ((single.last_wked || '') != '')) { data[0].push(single.last_wked.LAST_QSO+' in '+single.last_wked.LAST_MODE); } else { data[0].push('');