Roo/bootstrap/menu/Item.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:23:57 +0000 (11:23 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:23:57 +0000 (11:23 +0800)
Roo/bootstrap/menu/Item.js

index 0f9f97d..b8246a7 100644 (file)
@@ -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);
         }