diff rhodecode/templates/admin/users/user_edit_my_account.html @ 1453:55a4cbcd464d beta

fixed timeout reset on active filters searches, should work faster now !
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 28 Aug 2011 02:18:20 +0300
parents 9c0f5d558789
children 61006e29497e aaec08ad9daf
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Sun Aug 28 02:17:42 2011 +0300
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Sun Aug 28 02:18:20 2011 +0300
@@ -204,7 +204,7 @@
      
      E.on(q_filter,'keyup',function(e){
          clearTimeout(F.filterTimeout); 
-         setTimeout(F.updateFilter,600); 
+         F.filterTimeout = setTimeout(F.updateFilter,600); 
      });
      
     </script>