From 9854eb82356cbaadfcc1c5a645464f8687a38ed0 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:17:29 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 5a215cd6..faa4cb94 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -456,18 +456,7 @@ Pman.Tab.PersonList.prototype = { icon: rootURL + '/Pman/templates/images/trash.gif', handler : function(){ //Pman.genericDelete(_this, 'Person'); - function() - { - var ids = []; - _this.grid.dataSource.each(function(rr) { - if (rr.selected) { - ids.push(rr.data.id); - } - }); - - - - } + } } , -- 2.39.2