From 0cf9c8d6e81e59a63299f9bef1e7de935a49e18b Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 8 Mar 2015 17:38:09 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index eebc8b53..fb80499b 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -266,7 +266,7 @@ Pman.Tab.PersonList.prototype = { rec.set('active', rec.data.active ? 0 : 1); rec.commit(); - Roo.select('.x-grid-row-selected').item(3).addClass('fadeout'); + Roo.select('.x-grid-row-selected').item(3).addClass('x-grid-row-fadeout'); (function(){ refreshPager(); }).defer(5000); -- 2.39.2