[hamradio-commits] [dump1090] 223/389: Fixes the selection bugs
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:57 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 b5d00383156edda300d70e7fd428ecef16054a22
Author: Brian Davenport <the.lost.minded at gmail.com>
Date: Sat May 25 15:53:56 2013 +0000
Fixes the selection bugs
---
public_html/script.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/public_html/script.js b/public_html/script.js
index 1838629..9ef4b85 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -414,5 +414,7 @@ function selectPlaneByHex(hex) {
Planes[SelectedPlane].funcUpdateLines();
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
}
+ } else {
+ SelectedPlane = null
}
}
--
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