modules/admin-full: fix diagnostics page in IE
This commit is contained in:
parent
71fbed1bc8
commit
0f4a0cd85a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue