Link to github from the webmap.
This commit is contained in:
parent
2db9d62c1c
commit
2aa37f06da
2 changed files with 2 additions and 1 deletions
public_html
|
@ -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…
Add table
Add a link
Reference in a new issue