[hamradio-commits] [dump1090] 55/389: gmap.html: update plane flight field when new data is received.
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit c991d658c679f5f83ba28a0bd0c655f0fc608b0f
Author: antirez <antirez at gmail.com>
Date: Sun Feb 3 23:20:29 2013 +0100
gmap.html: update plane flight field when new data is received.
---
gmap.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/gmap.html b/gmap.html
index 50d7f39..6ee76df 100644
--- a/gmap.html
+++ b/gmap.html
@@ -117,6 +117,7 @@
myplane.lat = plane.lat;
myplane.lon = plane.lon;
myplane.track = plane.track;
+ myplane.flight = plane.flight;
if (myplane.hex == Selected)
refreshSelectedInfo();
} else {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list