From 2aa37f06daffa64ecd77d68cc14c04af0c4d673d Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sat, 27 Dec 2014 21:40:18 +0000 Subject: [PATCH] Link to github from the webmap. --- debian/changelog | 1 + public_html/script.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ff113f..c1d3476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 27 Dec 2014 20:08:44 +0000 diff --git a/public_html/script.js b/public_html/script.js index 8cbbc2a..1216fb4 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -272,7 +272,7 @@ function refreshSelected() { html += '' + selected.flight + ''; } else { - html += 'DUMP1090 ' + Dump1090Version + ''; + html += 'DUMP1090 ' + Dump1090Version + ' [GitHub]'; } if (selected && selected.squawk == 7500) { // Lets hope we never see this... Aircraft Hijacking