modules/admin-full: fix diagnostics page in IE
[project/luci.git] / modules / admin-full / luasrc / view / admin_network / diagnostics.htm
index a26371a..8045f96 100644 (file)
@@ -33,8 +33,8 @@ $Id$
                                '<%:Waiting for router...%>'
                        ;
 
                                '<%:Waiting for router...%>'
                        ;
 
-                       legend.style.display = null;
                        legend.parentNode.style.display = 'block';
                        legend.parentNode.style.display = 'block';
+                       legend.style.display = 'inline';
 
                        stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + '/' + addr, null,
                                function(x)
 
                        stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + '/' + addr, null,
                                function(x)