git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
71fbed1
)
modules/admin-full: fix diagnostics page in IE
author
Jo-Philipp Wich
<redacted>
Thu, 20 Jan 2011 12:49:42 +0000
(12:49 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 20 Jan 2011 12:49:42 +0000
(12:49 +0000)
modules/admin-full/luasrc/view/admin_network/diagnostics.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
index a26371a26addbf4e86b5a9071dad718dc4f07519..8045f96ecf989d03cf93daecb4af4a8c69b233f8 100644
(file)
--- 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)
git clone https://git.99rst.org/PROJECT