From: john Date: Tue, 28 Nov 2017 05:09:51 +0000 (+0800) Subject: Roo/bootstrap/panel/Content.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a242dbfa726b88c000752a96cfc12fd22c60cbac;p=roojs1 Roo/bootstrap/panel/Content.js --- 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);