Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Wed, 13 Jan 2016 08:41:15 +0000 (16:41 +0800)
committeredward <edward@roojs.com>
Wed, 13 Jan 2016 08:41:15 +0000 (16:41 +0800)
Roo/bootstrap/ComboBox.js

index 8d0f736..98827c9 100644 (file)
@@ -306,7 +306,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
          * Touch Devices
          */
         
-        if(Roo.isTouch || true){
+        if(Roo.isTouch){
             cfg = this.createTouchInterface();
             return cfg;;
         }
@@ -490,7 +490,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
          * Touch Devices
          */
         
-        if(Roo.isTouch || true){
+        if(Roo.isTouch){
             this.initTouchDevice();
             return;
         }