diff options
author | Steven Barth <steven@midlink.org> | 2008-08-12 17:32:09 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-12 17:32:09 +0000 |
commit | 0e3fda59e094a272bafc43b67e6393dc6f2b279e (patch) | |
tree | f92a5e45833d8b9766a418bbe0fce40d9dd4d899 /themes | |
parent | a8a1dad10a269ecd32efd11d00bbe0ecdcad874c (diff) |
Fixed last commit
Diffstat (limited to 'themes')
-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 56cd1b681..6b8311431 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -94,7 +94,7 @@ end <div id="mainmenu" class="mainmenu"> <%- local function submenu(prefix, node) - if not node.nodes and not node.hidden then + if not node.nodes or node.hidden then return false end local index = {} |