From: edward Date: Fri, 19 Aug 2016 08:09:37 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1908690d0e2801d1e9bc7ff0d1d468d4d1e3fa7c Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 9ee498de..6e6b8c8e 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -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'); }); },