diff rhodecode/templates/base/base.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 241a5167c4e0
children d23dd50b5e29 aaec08ad9daf
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Sun Aug 28 02:17:42 2011 +0300
+++ b/rhodecode/templates/base/base.html	Sun Aug 28 02:18:20 2011 +0300
@@ -183,7 +183,7 @@
 						         
 						         YUE.on(q_filter,'keyup',function(e){
 						             clearTimeout(F.filterTimeout); 
-						             setTimeout(F.updateFilter,600); 
+						             F.filterTimeout = setTimeout(F.updateFilter,600); 
 						         });
 						}
 						   var loaded = YUD.hasClass('repo_switcher','loaded');