From 6565d464c79605931acbce5be9757e13dd942195 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Jan 2015 16:09:25 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index a29078c650..5ca6026f00 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -83,7 +83,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { }, initEvents : function() { - Roo.log('add add pane handler'); + //Roo.log('add add pane handler'); this.on('addpane', this.onAddPane, this); }, /** @@ -96,8 +96,8 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { }, onAddPane : function(pane) { - Roo.log('addpane'); - Roo.log(pane); + //Roo.log('addpane'); + //Roo.log(pane); // tabs are rendere left to right.. var ctr = this.el.select('.nav-tabs', true).first(); -- 2.39.2