Link to github from the webmap.
This commit is contained in:
parent
2db9d62c1c
commit
2aa37f06da
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -7,6 +7,7 @@ dump1090-mutability (1.08.2302.14+1mu-4) UNRELEASED; urgency=medium
|
|||
written in the JSON metadata used by the webmap.
|
||||
* Oversampling is now less scary!
|
||||
* Warn if --modeac is used together with --oversample.
|
||||
* Link to github from the webmap.
|
||||
|
||||
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 27 Dec 2014 20:08:44 +0000
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@ function refreshSelected() {
|
|||
html += '<tr><td colspan="' + columns + '" id="selectedinfotitle"><b>' +
|
||||
selected.flight + '</b>';
|
||||
} else {
|
||||
html += '<tr><td colspan="' + columns + '" id="selectedinfotitle"><b>DUMP1090 ' + Dump1090Version + '</b>';
|
||||
html += '<tr><td colspan="' + columns + '" id="selectedinfotitle"><b>DUMP1090 ' + Dump1090Version + '</b> <a href="https://github.com/mutability/dump1090" target="_blank">[GitHub]</a>';
|
||||
}
|
||||
|
||||
if (selected && selected.squawk == 7500) { // Lets hope we never see this... Aircraft Hijacking
|
||||
|
|
Loading…
Reference in a new issue