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 @@ -17,7 +17,7 @@
${_('Journal')}
@@ -170,7 +170,7 @@ YUE.preventDefault(e); }) YUE.on('refresh','click',function(e){ - ypjax(e.target.href,"journal",function(){show_more_event();tooltip_activate();}); + ypjax(e.currentTarget.href,"journal",function(){show_more_event();tooltip_activate();}); YUE.preventDefault(e); })