diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-06 17:44:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-06 17:44:16 +0000 |
commit | 10b0d3e0dfda5dba969c47bc15e176858f6b055d (patch) | |
tree | 9dd3a7ac7d76d19d732a8aa6f5bedef964e61756 /themes/openwrt.org/luasrc | |
parent | 4fe7531e6bae3e7aa4c835d7d8bb1f19c364fb8d (diff) |
* luci/themes: always show all submenus in openwrt.org theme
Diffstat (limited to 'themes/openwrt.org/luasrc')
-rw-r--r-- | themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm index 8ed87abd7..cf8043c5d 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -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 = {} |