Changeset - 2abe7aa0ea40
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-07-21 17:46:25
trot.thunder@gmail.com
templates: replace YUI with jquery in kallithea/templates/journal/journal_data.html
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/journal/journal_data.html
Show inline comments
 
@@ -40,14 +40,14 @@
 
  </div>
 
    <script type="text/javascript">
 
    $(document).ready(function(){
 
        YUE.delegate("journal","click",function(e, matchedEl, container){
 
        $('#journal').on('click','.pager_link',function(e){
 
            ypjax(e.target.href,"journal",function(){
 
                show_more_event();
 
                tooltip_activate();
 
                show_changeset_tooltip();
 
                });
 
            YUE.preventDefault(e);
 
        },'.pager_link');
 
            });
 
            e.preventDefault();
 
        });
 
    });
 
    </script>
 
%else:
0 comments (0 inline, 0 general)