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

index c449650..ac24ff4 100644 (file)
@@ -126,9 +126,12 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     {
         
         if(this.isSubMenu){
+            Roo.log('is submenu');
             return;
         }
         
+        Roo.log('not submenu');
+        
         this.hidden = true;
         
         this.triggerEl = this.el.select('button.dropdown-toggle', true).first();