Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Fri, 21 Jul 2017 05:39:18 +0000 (13:39 +0800)
committeredward <edward@roojs.com>
Fri, 21 Jul 2017 05:39:18 +0000 (13:39 +0800)
Roo/bootstrap/TabGroup.js

index e5f0467..54caa37 100644 (file)
@@ -54,7 +54,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
                cls : 'carousel-inner'
             }];
         
-            if(this.bullets){
+            if(this.bullets  && !Roo.isTouch){
                 
                 var bullets = {
                     cls : 'carousel-bullets',
@@ -77,8 +77,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
                 
                 cfg.cn[0].cn = bullets;
             }
-            
-            
         }
         
         return cfg;