From 6704e02f9cd9fd2d4ad4a3869d003520ea744a2d Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 12:11:58 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 1a9663a665..8e7c7c95dc 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -47,11 +47,12 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { tag: 'div', cls: 'nav-tabs-custom', html : null, - cn: [{ - tag: 'span', - cls: 'pull-left header', - html: this.title ? this.title : 'Title', - }, + cn: [ + // { + // tag: 'span', + // cls: 'pull-left header', + // html: this.title ? this.title : 'Title', + // }, { tag: 'ul', cls: 'nav nav-tabs pull-right', -- 2.39.2