From a83893f19a9a505d529ccab4d375885c2426542e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 14:49:19 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 0ae43024..7c9c5b57 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -31,6 +31,7 @@ Pman.Tab.PersonList.prototype = { // teams!?! alert('person list not configured'); return false; + /* var tms = _this.getLeftSelections(); if (tms.length) { @@ -40,6 +41,7 @@ Pman.Tab.PersonList.prototype = { o.params['query[type]'] = this.type; // group type.. o.params['query[person_internal_only_all]'] = 1; o.params['query[person_inactive]'] = this.showInActive ? 0 : 1; + */ }, -- 2.39.2