* luci/themes: always show all submenus in openwrt.org theme
This commit is contained in:
parent
4fe7531e6b
commit
10b0d3e0df
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue