forked from 0x2620/oxjs
some menu scrolling
This commit is contained in:
parent
4d24f9baa3
commit
d3fc6207de
2 changed files with 51 additions and 30 deletions
|
|
@ -97,7 +97,20 @@ $(function() {
|
|||
title: "Twelfth"
|
||||
},
|
||||
],
|
||||
title: "Even More",
|
||||
title: "Even More"
|
||||
},
|
||||
{},
|
||||
{
|
||||
id: "foo",
|
||||
title: "Foo"
|
||||
},
|
||||
{
|
||||
id: "bar",
|
||||
title: "Bar"
|
||||
},
|
||||
{
|
||||
id: "baz",
|
||||
title: "Baz"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue