mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
stand/lua: Addres style.lua(9) concern
This commit is contained in:
parent
4a4fb4f8d6
commit
ddb76e073e
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ function drawer.drawmenu(m)
|
|||
-- Allow menu items to be conditionally visible by specifying
|
||||
-- a visible function.
|
||||
if (e.visible ~= nil) and (not e.visible()) then
|
||||
goto continue
|
||||
goto continue;
|
||||
end
|
||||
if (e.entry_type ~= core.MENU_SEPARATOR) then
|
||||
entry_num = entry_num + 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue