summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-20 12:49:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-20 12:49:42 +0000
commit0f4a0cd85adb7116714ac3a9ea37a82f070125f1 (patch)
tree22e3aa17f979ca0ec489d2d4f2309bce50dcba23 /modules
parent71fbed1bc89538e4ccf28305139b77abc6f684a9 (diff)
modules/admin-full: fix diagnostics page in IE
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/diagnostics.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
index a26371a26..8045f96ec 100644
--- a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
+++ b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
@@ -33,8 +33,8 @@ $Id$
'<%:Waiting for router...%>'
;
- legend.style.display = null;
legend.parentNode.style.display = 'block';
+ legend.style.display = 'inline';
stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + '/' + addr, null,
function(x)