more menu
This commit is contained in:
parent
969aae1c47
commit
5473d0502c
2 changed files with 11 additions and 1 deletions
|
@ -2046,7 +2046,6 @@ requires
|
||||||
that.items[self.options.selected].trigger("mouseleave");
|
that.items[self.options.selected].trigger("mouseleave");
|
||||||
}
|
}
|
||||||
if (self.options.parent) {
|
if (self.options.parent) {
|
||||||
console.log(self.options.element)
|
|
||||||
self.options.element.removeClass("OxSelected");
|
self.options.element.removeClass("OxSelected");
|
||||||
}
|
}
|
||||||
that.loseFocus();
|
that.loseFocus();
|
||||||
|
|
|
@ -99,6 +99,17 @@ $(function() {
|
||||||
],
|
],
|
||||||
title: "Even More"
|
title: "Even More"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "nothing_more",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
disabled: true,
|
||||||
|
id: "nothing",
|
||||||
|
title: "Nothing"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
title: "Nothing More"
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
id: "foo",
|
id: "foo",
|
||||||
|
|
Loading…
Reference in a new issue