mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-01 14:20:10 +01:00
Addressing comments from jketterl.
This commit is contained in:
parent
2ccdc90cc5
commit
e92b6d657b
|
|
@ -348,9 +348,9 @@ $(function(){
|
|||
if ((callsign_url == null) || (callsign_url == ''))
|
||||
return callsign;
|
||||
else
|
||||
return '<a href="#" onclick="window.open(' + "'" +
|
||||
return '<a target="callsign_info" href="' +
|
||||
callsign_url.replaceAll('{}', callsign) +
|
||||
"','callsign_info'" + ');">' + callsign + '</a>';
|
||||
'">' + callsign + '</a>';
|
||||
};
|
||||
|
||||
var infowindow;
|
||||
|
|
|
|||
Loading…
Reference in a new issue