Pman.Tab.PersonList.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 08:09:37 +0000 (16:09 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 08:09:37 +0000 (16:09 +0800)
Pman.Tab.PersonList.js

index 9ee498d..6e6b8c8 100644 (file)
@@ -159,10 +159,9 @@ Pman.Tab.PersonList.prototype = {
                     background: true,
                     controller : this
         }));
-        _this.delayedCreate();
-        
+
         this.tab.on('activate', function() {
-//            _this.delayedCreate();
+            _this.delayedCreate();
            // _this.paging.onClick('refresh');
         });
     },