Fixed last commit
This commit is contained in:
parent
a8a1dad10a
commit
0e3fda59e0
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue