Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Tue, 1 Dec 2015 05:29:03 +0000 (13:29 +0800)
committeredward <edward@roojs.com>
Tue, 1 Dec 2015 05:29:03 +0000 (13:29 +0800)
Roo/bootstrap/TabGroup.js

index 005ef0a..752b07a 100644 (file)
@@ -47,14 +47,14 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         
         Roo.log('get auto create...............');
         
-        if (this.carousel && !Roo.isTouch) {
+        if (this.carousel) {
             cfg.cls += ' carousel slide';
             
             cfg.cn = [{
                cls : 'carousel-inner'
             }];
         
-            if(this.bullets > 0){
+            if(this.bullets > 0 && !Roo.isTouch){
                 
                 var bullets = {
                     cls : 'carousel-bullets',