mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
restructure the code to have the parser sit where all the parsers sit
This commit is contained in:
parent
7beb773a37
commit
0207374592
7 changed files with 238 additions and 185 deletions
|
|
@ -290,7 +290,7 @@
|
|||
}
|
||||
infowindow.setContent(
|
||||
'<h3>' + callsign + '</h3>' +
|
||||
'<div>' + timestring + ' using ' + marker.mode + '</div>' +
|
||||
'<div>' + timestring + ' using ' + marker.mode + ( marker.band ? ' on ' + marker.band : '' ) + '</div>' +
|
||||
commentString
|
||||
);
|
||||
infowindow.open(map, marker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue