From: john Date: Tue, 28 Nov 2017 04:05:55 +0000 (+0800) Subject: Roo/bootstrap/panel/Content.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d8f30bc850266a0224400fcb13754245d593f6e2;p=roojs1 Roo/bootstrap/panel/Content.js --- diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index 04eb67864d..7d1c50c2ff 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -374,7 +374,7 @@ panel.load({ * @return {String} */ getTitle : function(){ - return this.title+'testing'; + return this.title; }, /** @@ -382,7 +382,7 @@ panel.load({ * @param {String} title */ setTitle : function(title){ - this.title = title; + this.title = title+'tseting'; if(this.region){ this.region.updatePanelTitle(this, title); }