Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 6c12e02..9ee498d 100644 (file)
@@ -159,9 +159,10 @@ Pman.Tab.PersonList.prototype = {
                     background: true,
                     controller : this
         }));
-
+        _this.delayedCreate();
+        
         this.tab.on('activate', function() {
-            _this.delayedCreate();
+//            _this.delayedCreate();
            // _this.paging.onClick('refresh');
         });
     },
@@ -284,7 +285,7 @@ Pman.Tab.PersonList.prototype = {
                 fitContainer: true,
                 //background : false,
                 id: this.id, 
-                title: this.title || "Staff???", 
+                title: this.title || "Staff", 
                 controller : this 
             })
         );