Changeset - 5ee04157cadc
[Not reviewed]
default
0 3 0
Marcin Kuzminski - 12 years ago 2013-06-15 22:51:59
marcin@python-works.com
codecleaner
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users/user_edit_my_account.html
Show inline comments
 
@@ -224,7 +224,7 @@ function table_renderer(data){
 
      });
 

	
 
      if(YUD.get('q_filter').value) {
 
      	updateFilter();
 
        updateFilter();
 
      }
 

	
 
    }
rhodecode/templates/index_base.html
Show inline comments
 
@@ -175,8 +175,8 @@
 
            clearTimeout(filterTimeout);
 
            filterTimeout = setTimeout(updateFilter,600);
 
        });
 
        
 

	
 
        if(YUD.get('q_filter').value) {
 
        	updateFilter();
 
            updateFilter();
 
        }
 
      </script>
rhodecode/templates/journal/journal.html
Show inline comments
 
@@ -335,7 +335,7 @@
 
        });
 

	
 
        if(YUD.get('q_filter').value) {
 
        	updateFilter();
 
            updateFilter();
 
        }
 
    }
 

	
0 comments (0 inline, 0 general)