diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 6cd509f0..11317af2 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -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(); diff --git a/demos/test/menu.js b/demos/test/menu.js index 46de27aa..6de9a377 100644 --- a/demos/test/menu.js +++ b/demos/test/menu.js @@ -99,6 +99,17 @@ $(function() { ], title: "Even More" }, + { + id: "nothing_more", + items: [ + { + disabled: true, + id: "nothing", + title: "Nothing" + } + ], + title: "Nothing More" + }, {}, { id: "foo",