Changeset - 8f3f4b2e3df8
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-10 00:31:10
marcin@python-works.com
killed some alien JS code that got into pullrequest_data template
1 file changed with 2 insertions and 16 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest_data.html
Show inline comments
 
@@ -16,23 +16,9 @@
 
  </div>
 
% endfor
 

	
 
<div class="pagination-wh pagination-left">
 
<script type="text/javascript">
 
YUE.onDOMReady(function(){
 
    YUE.delegate("pullrequests","click",function(e, matchedEl, container){
 
        ypjax(e.target.href,"pullrequests",function(){
 
            show_more_event();
 
            tooltip_activate();
 
            show_changeset_tooltip();
 
        });
 
        YUE.preventDefault(e);
 
    },'.pager_link');
 
});
 
</script>
 

	
 
<div class="notification-paginator">
 
  <div class="pagination-wh pagination-left">
 
  ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')}
 
  </div>
 
</div>
 

	
 
</div>
 
</div>
 
\ No newline at end of file
0 comments (0 inline, 0 general)