From: Edward Date: Fri, 5 Dec 2014 03:23:39 +0000 (+0800) Subject: Roo/bootstrap/menu/Item.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=086f668110e8c4c6012b78d6f43d8c7b803684d4;p=roojs1 Roo/bootstrap/menu/Item.js --- diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index 3b27a13d27..0f9f97d869 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('.dropdown-submenu a', true).first().on('click', this.onClick, this); }else{ this.el.on('click', this.onClick, this); }