sync
authorjohn <john@roojs.com>
Sat, 18 Aug 2018 07:38:51 +0000 (15:38 +0800)
committerjohn <john@roojs.com>
Sat, 18 Aug 2018 07:38:51 +0000 (15:38 +0800)
Roo/bootstrap/Menu.js

index cc12359..d64572d 100644 (file)
@@ -291,14 +291,10 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         
         // but the list may align on trigger left or trigger top... should it be a properity?
         
-        Roo.log(this.el.getWidth());
-        
         if(this.el.getStyle('top') != 'auto' && this.el.getStyle('top').slice(-1) != "%"){
             this.el.setXY(xy);
         }
         
-        Roo.log(this.el.getWidth());
-        
         this.focus();
         this.fireEvent("show", this);
     },