From: Michael Date: Mon, 9 Mar 2015 06:04:26 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=67dc30cac8867889a20b7c951909733f6a0d6865 Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index ab725ed6..6ed72a4e 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -268,7 +268,7 @@ Pman.Tab.PersonList.prototype = { rec.commit(); Roo.select('.x-grid-row-selected').item(3).addClass('x-grid-row-fadeout'); (function(){ - Roo.select('.x-grid-row-selected').item(3).remove(); + _this.grid.ds.remove(rec); }).defer(5000);