mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34: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">
|
<div class="mainmenu">
|
||||||
<%
|
<%
|
||||||
local function submenu(prefix, node)
|
local function submenu(prefix, node)
|
||||||
if not node._menu_selected or not node.nodes then
|
if not node.nodes then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
local index = {}
|
local index = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user