Roo/bootstrap/dash/TabBox.js
authormichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 09:55:30 +0000 (17:55 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 09:55:30 +0000 (17:55 +0800)
Roo/bootstrap/dash/TabBox.js

index 31b5a4d..221f647 100644 (file)
@@ -102,7 +102,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
         if(!Roo.get(e.target).hasClass('active')){
             Roo.select('.active',true).first().removeClass('active');
             
-            Roo.log(Roo.get(e.target)).addClass('active');
+            Roo.get(e.target).addClass('active');
         }
         this.fireEvent('toggle', this, e);