forked from 0x2620/oxjs
only show/hide menu when not shown/hidden (so that events are not bound/unbound twice)
This commit is contained in:
parent
3b7b3d8e64
commit
8fb9319192
3 changed files with 14 additions and 5 deletions
|
|
@ -290,7 +290,7 @@ $(function() {
|
|||
}
|
||||
},
|
||||
clear: true,
|
||||
highlight: false,
|
||||
highlight: true,
|
||||
id: "find",
|
||||
label: [
|
||||
{ id: "all", title: "Find: All" },
|
||||
|
|
@ -369,8 +369,8 @@ $(function() {
|
|||
],
|
||||
menus: [
|
||||
{
|
||||
id: "demo",
|
||||
title: "Demo",
|
||||
id: "oxdb",
|
||||
title: "OxDB",
|
||||
items: [
|
||||
{ id: "about", title: "About" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue