* luci/themes: always show all submenus in openwrt.org theme

This commit is contained in:
Jo-Philipp Wich 2008-07-06 17:44:16 +00:00
parent 4fe7531e6b
commit 10b0d3e0df

View file

@ -59,7 +59,7 @@ end
<div class="mainmenu">
<%
local function submenu(prefix, node)
if not node._menu_selected or not node.nodes then
if not node.nodes then
return false
end
local index = {}