From f205e35b60585918ab8000448c90e8d5ba146c55 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Jan 2015 12:50:35 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 81c965ef01..1ce16f1c99 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -113,7 +113,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { html : pane.title } ] - }, qty ? existing.first().dom : this.el.select('.nav-tabs .header', true).first().dom ); + }, qty ? existing.first().dom : ctr.select('.header', true).first().dom ); pane.tab = tab; tab.on('click', this.onTabClick.createDelegate(this, [pane], true)); -- 2.39.2