diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html
--- a/rhodecode/templates/journal/journal.html
+++ b/rhodecode/templates/journal/journal.html
@@ -38,7 +38,7 @@
%if h.HasPermissionAny('hg.admin','hg.create.repository')():
@@ -117,10 +117,10 @@
var nodes = YUQ('#my tr td a.repo_name');
var func = function(node){
return node.parentNode.parentNode.parentNode;
- }
+ }
q_filter('q_filter',nodes,func);
- });
-
+ });
+
}
YUE.on('show_my','click',function(e){
show_my(e);
@@ -140,7 +140,7 @@
})
//init watched
show_watched();
-
+
var tabs = {
'watched': show_watched,
'my': show_my,
@@ -150,8 +150,8 @@
//We have a hash
var tabHash = url[1];
tabs[tabHash]();
- }
-
+ }
+
YUE.on('refresh','click',function(e){
ypjax(e.currentTarget.href,"journal",function(){
show_more_event();