diff --git a/rhodecode/templates/journal/journal_data.html b/rhodecode/templates/journal/journal_data.html --- a/rhodecode/templates/journal/journal_data.html +++ b/rhodecode/templates/journal/journal_data.html @@ -33,25 +33,15 @@
-${c.journal_pager.pager('$link_previous ~2~ $link_next', -onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{ -success:function(o){YAHOO.util.Dom.get(data_div).innerHTML=o.responseText; -show_more_event(); -tooltip_activate(); -YUE.on(YAHOO.util.Dom.getElementsByClassName('pager_link'),"click",function(){ - YAHOO.util.Dom.setStyle(data_div,'opacity','0.3');}); -YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")} +${c.journal_pager.pager('$link_previous ~2~ $link_next')}
- %else: ${_('No entries yet')} -%endif - - \ No newline at end of file +%endif \ No newline at end of file