From: benny Date: Fri, 13 Jul 2018 07:17:29 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9854eb82356cbaadfcc1c5a645464f8687a38ed0 Pman.Tab.PersonList.js --- 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); - } - }); - - - - } + } } ,