changeset 3732:8f3f4b2e3df8 beta

killed some alien JS code that got into pullrequest_data template
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 10 Apr 2013 00:31:10 +0200
parents 21412a6c3854
children af049a957506
files rhodecode/templates/pullrequests/pullrequest_data.html
diffstat 1 files changed, 2 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_data.html	Tue Apr 09 15:52:22 2013 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_data.html	Wed Apr 10 00:31:10 2013 +0200
@@ -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