Changeset - 4fab900c9fb4
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-07-21 17:46:24
trot.thunder@gmail.com
templates: replace YUI with jquery in kallithea/templates/followers/followers_data.html
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/followers/followers_data.html
Show inline comments
 
@@ -9,24 +9,24 @@
 
            <span style="font-size: 20px"> <b>${f.user.username}</b> (${f.user.name} ${f.user.lastname})</span>
 
        </div>
 
        <div style="clear:both;padding-top: 10px"></div>
 
        <div class="follower_date">${_('Started following -')}
 
        <span class="tooltip" title="${h.tooltip(f.follows_from)}"> ${h.age(f.follows_from)}</span></div>
 
        <div style="border-bottom: 1px solid #DDD;margin:10px 0px 10px 0px"></div>
 
    </div>
 
% endfor
 

	
 
<div class="pagination-wh pagination-left">
 
<script type="text/javascript">
 
$(document).ready(function(){
 
    YUE.delegate("followers","click",function(e, matchedEl, container){
 
    $('#followers').on('click','.pager_link',function(e){
 
        ypjax(e.target.href,"followers",function(){
 
            show_more_event();
 
            tooltip_activate();
 
            show_changeset_tooltip();
 
        });
 
        YUE.preventDefault(e);
 
    },'.pager_link');
 
        e.preventDefault();
 
    });
 
});
 
</script>
 
${c.followers_pager.pager('$link_previous ~2~ $link_next')}
 
</div>
0 comments (0 inline, 0 general)