From 91bc8e205a9e9b389292c04fc222eab8fbd8b4a8 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 5 Dec 2014 10:49:16 +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 1c7fd06e9d..71e6bd103b 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -80,7 +80,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { Roo.log(this.el); this.el.on('mouseover', this.onMouseOver, this); this.el.on('mouseout', this.onMouseOut, this); - this.el.select('a', true).first().on('click', this.onClick, this); + this.el.on('click', this.onClick, this); }, -- 2.39.2