sdrweb: link adsbexchange.com on map

This commit is contained in:
Astro 2021-10-31 23:11:45 +01:00
parent c32aad0ab1
commit 076ec41631
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
var p = Planes[Selected];
if (!p) return;
var html = 'ICAO: '+p.hex+'<br>';
var html = 'ICAO: <a href="https://globe.adsbexchange.com/?icao=' + p.hex + '">'+p.hex+'</a><br>';
if (p.flight.length) {
html += '<b>'+p.flight+'</b><br>';
}