* luci/themes: always show all submenus in openwrt.org theme
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Jul 2008 17:44:16 +0000 (17:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Jul 2008 17:44:16 +0000 (17:44 +0000)
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm

index 8ed87ab..cf8043c 100644 (file)
@@ -59,7 +59,7 @@ end
 <div class="mainmenu">
 <%
 local function submenu(prefix, node)
 <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 = {}        
                return false
        end
        local index = {}