Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:17:29 +0000 (15:17 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:17:29 +0000 (15:17 +0800)
Pman.Tab.PersonList.js

index 5a215cd..faa4cb9 100644 (file)
@@ -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);
-                            }
-                        });   
-                        
-
-
-                    }
+                    
 
                 }
             } ,