[hamradio-commits] [dump1090] 163/373: Really minor tweaks

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Thu Oct 23 14:58:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch backport
in repository dump1090.

commit 78f565cb4f7f9354722c5a2f21adef29951680ba
Author: terribl <terri at rannalla.net>
Date:   Sun May 12 09:37:17 2013 +0300

    Really minor tweaks
---
 public_html/script.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public_html/script.js b/public_html/script.js
index 9168c19..cb04863 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -86,9 +86,9 @@ function refreshTableInfo() {
 
     var html = '<table id="tableinfo" width="100%">';
     html += '<thead style="background-color: #CCCCCC;">';
-    html += '<td>Flight</td><td>Squawk</td><td align="right">Altitude</td>';
-    html += '<td align="center">Speed</td><td align="center">Track</td><td>Seen</td>';
-    html += '<td>Msgs</td></thead>';
+    html += '<td>Flight</td><td align="right">Squawk</td><td align="right">Altitude</td>';
+    html += '<td align="right">Speed</td><td align="right">Track</td><td align="right">Seen</td>';
+    html += '<td align="right">Msgs</td></thead>';
     for (var p in Planes) {
         if (p == Selected) {
             html += '<tr style="background-color: #E0E0E0;">';

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