Roo/bootstrap/dash/TabBox.js
authormichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 08:26:21 +0000 (16:26 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 08:26:21 +0000 (16:26 +0800)
Roo/bootstrap/dash/TabBox.js

index 00fc017..1d7aa78 100644 (file)
@@ -91,12 +91,6 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
             }]
         }
 
-        cfg.cls += ' bg-' + (this.bgcolor ? this.bgcolor : 'aqua' );
-        if(!this.more_text){
-            cfg.cn[2].cn = null;
-
-        }
-
         return  cfg;
     },