mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
Removed parentheses, added a space before "km".
This commit is contained in:
parent
4423c7f13a
commit
7a61f991ad
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ $(function(){
|
|||
return b.lastseen - a.lastseen;
|
||||
});
|
||||
var distance = receiverMarker?
|
||||
" (at " + distanceKm(receiverMarker.position, pos) + "km)" : "";
|
||||
" at " + distanceKm(receiverMarker.position, pos) + " km" : "";
|
||||
infowindow.setContent(
|
||||
'<h3>Locator: ' + locator + distance + '</h3>' +
|
||||
'<div>Active Callsigns:</div>' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue