Show More
@@ -16,23 +16,9 b'' | |||
|
16 | 16 | </div> |
|
17 | 17 | % endfor |
|
18 | 18 | |
|
19 | <div class="pagination-wh pagination-left"> | |
|
20 | <script type="text/javascript"> | |
|
21 | YUE.onDOMReady(function(){ | |
|
22 | YUE.delegate("pullrequests","click",function(e, matchedEl, container){ | |
|
23 | ypjax(e.target.href,"pullrequests",function(){ | |
|
24 | show_more_event(); | |
|
25 | tooltip_activate(); | |
|
26 | show_changeset_tooltip(); | |
|
27 | }); | |
|
28 | YUE.preventDefault(e); | |
|
29 | },'.pager_link'); | |
|
30 | }); | |
|
31 | </script> | |
|
19 | ||
|
32 | 20 | <div class="notification-paginator"> |
|
33 | 21 | <div class="pagination-wh pagination-left"> |
|
34 | 22 | ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')} |
|
35 | 23 | </div> |
|
36 |
</div> |
|
|
37 | ||
|
38 | </div> | |
|
24 | </div> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now