From a242dbfa726b88c000752a96cfc12fd22c60cbac Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 13:09:51 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index e3abdd1f9f..95b105db27 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -388,13 +388,13 @@ panel.load({ switch (true) { case (k.indexOf('xs') >= 0): - t += '' + k + ''; + t += '' + this.title[k] + ''; case (k.indexOf('sm') >= 0): - t += '' + k + ''; + t += '' + this.title[k] + ''; case (k.indexOf('md') >= 0): - t += '' + k + ''; + t += '' + this.title[k] + ''; case (k.indexOf('lg') >= 0): - t += '' + k + ''; + t += '' + this.title[k] + ''; } Roo.log(t); -- 2.39.2