Show More
@@ -85,7 +85,7 b'' | |||||
85 | </table> |
|
85 | </table> | |
86 |
|
86 | |||
87 | <script type="text/javascript"> |
|
87 | <script type="text/javascript"> | |
88 | $(document).pjax('#shortlog_data .pager_link','#shortlog_data', {timeout: 2000, scrollTo: false }); |
|
88 | $(document).pjax('#shortlog_data .pager_link','#shortlog_data', {timeout: 2000, scrollTo: false, push: false}); | |
89 | $(document).on('pjax:success', function(){ timeagoActivate(); }); |
|
89 | $(document).on('pjax:success', function(){ timeagoActivate(); }); | |
90 | </script> |
|
90 | </script> | |
91 |
|
91 |
General Comments 0
You need to be logged in to leave comments.
Login now