mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
* luci/themes: always show all submenus in openwrt.org theme
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user