diff --git a/rhodecode/templates/followers/followers_data.html b/rhodecode/templates/followers/followers_data.html --- a/rhodecode/templates/followers/followers_data.html +++ b/rhodecode/templates/followers/followers_data.html @@ -20,9 +20,9 @@ YUE.onDOMReady(function(){ YUE.delegate("followers","click",function(e, matchedEl, container){ ypjax(e.target.href,"followers",function(){ - show_more_event(); - tooltip_activate(); - show_changeset_tooltip(); + show_more_event(); + tooltip_activate(); + show_changeset_tooltip(); }); YUE.preventDefault(e); },'.pager_link');