[hamradio-commits] [dump1090] 165/389: Upstream merge finalized
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:51 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 6f228b9c88c615c6c51ab8a13072759cbac25b28
Author: terribl <terri at rannalla.net>
Date: Sun May 12 09:53:07 2013 +0300
Upstream merge finalized
---
public_html/script.js | 25 -------------------------
public_html/style.css | 5 -----
2 files changed, 30 deletions(-)
diff --git a/public_html/script.js b/public_html/script.js
index 3662f68..cb04863 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -108,31 +108,6 @@ function refreshTableInfo() {
i.innerHTML = html;
}
-function refreshTableInfo() {
- var i = document.getElementById('tabinfo');
-
- var html = '<table id="tableinfo" width="100%">';
- html += '<thead style="background-color: #CCCCCC;"><td>Flight</td><td align="right">Altitude</td><td align="center">Speed</td><td align="center">Track</td><td>Lat</td><td>Long</td><td>Seen</td><td>Msgs</td></thead>';
- for (var p in Planes) {
- if (p == Selected) {
- html += '<tr style="background-color: #F0F0F0;">';
- } else {
- html += '<tr>';
- }
- html += '<td>' + Planes[p].flight + '</td>';
- html += '<td align="right">' + Planes[p].altitude + '</td>';
- html += '<td align="center">' + Planes[p].speed + '</td>';
- html += '<td align="center">' + Planes[p].track + '</td>';
- html += '<td>' + Planes[p].lat + '</td>';
- html += '<td>' + Planes[p].lon + '</td>';
- html += '<td align="center">' + Planes[p].seen + '</td>';
- html += '<td align="center">' + Planes[p].messages + '</td>';
- html += '</tr>';
- }
- html += '</table>';
- i.innerHTML = html;
-}
-
function fetchData() {
$.getJSON('data.json', function(data) {
var stillhere = {}
diff --git a/public_html/style.css b/public_html/style.css
index 26837fc..1226b04 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -42,8 +42,3 @@ body { height: 100%; margin: 0; padding: 0; }
cursor: pointer;
}
-#tableinfo {
-font-size: x-small;
-font-family: monospace;
-}
-
--
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