more menu
This commit is contained in:
parent
c221636f18
commit
18c222efb4
|
@ -2046,7 +2046,6 @@ requires
|
|||
that.items[self.options.selected].trigger("mouseleave");
|
||||
}
|
||||
if (self.options.parent) {
|
||||
console.log(self.options.element)
|
||||
self.options.element.removeClass("OxSelected");
|
||||
}
|
||||
that.loseFocus();
|
||||
|
|
|
@ -99,6 +99,17 @@ $(function() {
|
|||
],
|
||||
title: "Even More"
|
||||
},
|
||||
{
|
||||
id: "nothing_more",
|
||||
items: [
|
||||
{
|
||||
disabled: true,
|
||||
id: "nothing",
|
||||
title: "Nothing"
|
||||
}
|
||||
],
|
||||
title: "Nothing More"
|
||||
},
|
||||
{},
|
||||
{
|
||||
id: "foo",
|
||||
|
|
Loading…
Reference in New Issue
Block a user