[hamradio-commits] [dump1090] 260/389: Stop heading using multiple lines

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:02 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 a968f03c3ae3b253bcc56960816bdb894b2877eb
Author: Malcolm Robb <Support at ATTAvionics.com>
Date:   Fri Sep 27 10:57:26 2013 +0100

    Stop heading using multiple lines
    
    In the table view of aircraft, the heading was displayed as "330 (NW)"
    or similar. However, this cause the entry to scroll over into two lines
    of text, and reduces the number of planes that can be seen in the table
    at any one time.
    
    There probably should be a way to make the table view wider by scrolling
    it, but I can't see any way to do that. So for the moment I've commented
    out the extra (NW) bit.
---
 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 9371ce0..05d29b7 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -451,7 +451,7 @@ function refreshTableInfo() {
 			html += '<td align="right">';
 			if (tableplane.vTrack) {
     			 html += normalizeTrack(tableplane.track, tableplane.vTrack)[2];
-    			 html += ' (' + normalizeTrack(tableplane.track, tableplane.vTrack)[1] + ')';
+    			 // html += ' (' + normalizeTrack(tableplane.track, tableplane.vTrack)[1] + ')';
     	    } else {
     	        html += ' ';
     	    }

-- 
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