modules/admin-full: fix diagnostics page in IE

This commit is contained in:
Jo-Philipp Wich 2011-01-20 12:49:42 +00:00
parent 71fbed1bc8
commit 0f4a0cd85a

View 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, stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + '/' + addr, null,
function(x) function(x)