From 50a55586d992f7b4709bebc257f1e2c4e1f50712 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 30 Mar 2015 11:12:26 +0800 Subject: [PATCH] Roo/bootstrap/Menu.js --- Roo/bootstrap/Menu.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Roo/bootstrap/Menu.js b/Roo/bootstrap/Menu.js index becc48f60c..55764b1938 100644 --- a/Roo/bootstrap/Menu.js +++ b/Roo/bootstrap/Menu.js @@ -295,13 +295,9 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component, { if (Roo.get(e.getTarget()).findParent('.dropdown-menu')) { return; } - var t = this.findTargetItem(e); - - Roo.log(t); - if (this.isVisible()) { Roo.log('hide'); -// this.hide(); + this.hide(); } else { this.show(this.triggerEl, false, false); } -- 2.39.2