modules/admin-full: fix diagnostics page in IE
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 20 Jan 2011 12:49:42 +0000 (12:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 20 Jan 2011 12:49:42 +0000 (12:49 +0000)
modules/admin-full/luasrc/view/admin_network/diagnostics.htm

index a26371a..8045f96 100644 (file)
@@ -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)