From 18c222efb43a589083af1e9d3bfeefb92d0a915c Mon Sep 17 00:00:00 2001 From: Rolux Date: Fri, 5 Feb 2010 21:35:48 +0530 Subject: [PATCH] more menu --- build/js/ox.ui.js | 1 - demos/test/menu.js | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 6cd509f..11317af 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 46de27a..6de9a37 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",