summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/index.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-17 20:54:26 +0000
committerSteven Barth <steven@midlink.org>2008-08-17 20:54:26 +0000
commit385c63d4fb5f890ebf23223c7e791f7ee5a9aec7 (patch)
tree64eb67a92f0eb878935238f47be0c9f7cbc3de09 /applications/luci-olsr/luasrc/view/status-olsr/index.htm
parentb0144108a8affb16ed7731608c110a70aac044db (diff)
Attempt #3
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/index.htm')
-rw-r--r--applications/luci-olsr/luasrc/view/status-olsr/index.htm3
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm
index 7d85e932b3..035d6dd1e8 100644
--- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm
+++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm
@@ -25,9 +25,6 @@ $Id$
<th>ETX</th>
</tr>
<% for k, link in ipairs(links) do
- if link.Linkcost then
- link.LinkQuality, link.NLQ, link.ETX = link.Linkcost:match("(.*)/(.*)\t(.*)")
- end
local color = "#bb3333"
link.ETX = tonumber(link.ETX) or 0