Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 04:05:55 +0000 (12:05 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 04:05:55 +0000 (12:05 +0800)
Roo/bootstrap/panel/Content.js

index 04eb678..7d1c50c 100644 (file)
@@ -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);
         }