[hamradio-commits] [dump1090] 313/389: Add Degree Symbol to Track Value
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:09 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 0c2487df30090649427795a6161900e6eee29857
Author: ddeitterick <doug at deitterick.com>
Date: Fri Aug 1 23:42:58 2014 -0400
Add Degree Symbol to Track Value
Add the degree symbol to the "Track:" value in the plane details
section.
---
public_html/script.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public_html/script.js b/public_html/script.js
index 05d29b7..85233e9 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -304,7 +304,7 @@ function refreshSelected() {
html += '<tr><td>Track: '
if (selected && selected.vTrack) {
- html += selected.track + ' (' + normalizeTrack(selected.track, selected.vTrack)[1] +')';
+ html += selected.track + '°' + ' (' + normalizeTrack(selected.track, selected.vTrack)[1] +')';
} else {
html += 'n/a';
}
--
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