From 55627cc49094357b99d05e39cce1248227b87346 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 11:55:36 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index 3ec32f4707..fa289283a5 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -392,7 +392,7 @@ panel.load({ * @param {String} title */ setTitle : function(title){ - this.title = title+'testing'; + this.title = title; if(this.region){ this.region.updatePanelTitle(this, title); } -- 2.39.2