From 5473d0502c79f1203f537f5f4d2f8ccc3b60bd1d 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 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",