From bdfecfed23e81936aa85b9301e2f10757a523874 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 5 Dec 2014 11:23:57 +0800 Subject: [PATCH] Roo/bootstrap/menu/Item.js --- Roo/bootstrap/menu/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index 0f9f97d869..b8246a74da 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -79,7 +79,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { this.el.on('mouseout', this.onMouseOut, this); if(this.submenu){ - this.el.select('.dropdown-submenu a', true).first().on('click', this.onClick, this); + this.el.select('a', true).first().on('click', this.onClick, this); }else{ this.el.on('click', this.onClick, this); } -- 2.39.2