Pman.Tab.PersonList.js
authorMichael <michael@roojs.com>
Sun, 8 Mar 2015 09:38:09 +0000 (17:38 +0800)
committerMichael <michael@roojs.com>
Sun, 8 Mar 2015 09:38:09 +0000 (17:38 +0800)
Pman.Tab.PersonList.js

index eebc8b5..fb80499 100644 (file)
@@ -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);