diff --git a/htdocs/lib/MessagePanel.js b/htdocs/lib/MessagePanel.js index 597475b..dc8995e 100644 --- a/htdocs/lib/MessagePanel.js +++ b/htdocs/lib/MessagePanel.js @@ -186,7 +186,7 @@ PacketMessagePanel.prototype.pushMessage = function(msg) { 'style="' + stylesToString(styles) + '"' ].join(' '); if (msg.lat && msg.lon) { - link = '' + overlay + ''; + link = '' + overlay + ''; } else { link = '
' + overlay + '
' } diff --git a/htdocs/lib/MetaPanel.js b/htdocs/lib/MetaPanel.js index 849cb21..8a7c85c 100644 --- a/htdocs/lib/MetaPanel.js +++ b/htdocs/lib/MetaPanel.js @@ -162,7 +162,7 @@ YsfMetaPanel.prototype.setLocation = function(lat, lon, callsign) { this.hasLocation = hasLocation; this.callsign = callsign; var html = ''; if (hasLocation) { - html = ''; + html = ''; } this.el.find('.openwebrx-ysf-source .location').html(html); }; diff --git a/htdocs/map.js b/htdocs/map.js index fd3e740..3fdc94e 100644 --- a/htdocs/map.js +++ b/htdocs/map.js @@ -9,7 +9,7 @@ }); var expectedCallsign; - if (query.callsign) expectedCallsign = query.callsign; + if (query.callsign) expectedCallsign = decodeURIComponent(query.callsign); var expectedLocator; if (query.locator) expectedLocator = query.locator;