Changeset - cf2af0dbb3a0
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-07-21 17:46:23
trot.thunder@gmail.com
templates: replace YUI with jquery in kallithea/templates/changelog/changelog_summary_data.html
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog_summary_data.html
Show inline comments
 
@@ -67,16 +67,16 @@
 
%endfor
 

	
 
</table>
 

	
 
<script type="text/javascript">
 
  $(document).ready(function(){
 
    YUE.delegate("shortlog_data","click",function(e, matchedEl, container){
 
    $('#shortlog_data').on('click','.pager_link',function(e){
 
        ypjax(e.target.href,"shortlog_data",function(){tooltip_activate();});
 
        YUE.preventDefault(e);
 
    },'.pager_link');
 
      e.preventDefault();
 
    });
 
  });
 
</script>
 

	
 
<div class="pagination-wh pagination-left">
 
${c.repo_changesets.pager('$link_previous ~2~ $link_next')}
 
</div>
0 comments (0 inline, 0 general)