Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Tue, 29 May 2018 05:53:14 +0000 (13:53 +0800)
committerjohn <john@roojs.com>
Tue, 29 May 2018 05:53:14 +0000 (13:53 +0800)
Roo/bootstrap/ComboBox.js

index ae2700e..d6eff91 100644 (file)
@@ -1512,7 +1512,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     // private
     onEmptyResults : function(){
         
-        Roo.log('empty result call');
         if(this.tickable && this.editable){
             this.restrictHeight();
             return;
@@ -1864,11 +1863,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     
     onSearchFieldClick : function(e)
     {
-        Roo.log('in???');
-        Roo.log([this.hasFocus, e.getTarget().nodeName.toLowerCase() ]);
-        
         if(this.hasFocus && !this.disabled && e.getTarget().nodeName.toLowerCase() != 'button'){
-            Roo.log('onSearchFieldClick');
             this.onTickableFooterButtonClick(e, false, false);
             return;
         }