mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #1686 from int2001/bandmap_last_wked
Added safety-net if last_worked isn't filled yet
This commit is contained in:
@@ -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) {
|
||||
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('');
|
||||
|
||||
Reference in New Issue
Block a user