Bug #5380
open
repo commits pageintion error
Added by Vasiliy S about 7 years ago.
Updated about 7 years ago.
Description
The "repo commits" page damages when I click a 'next page' button
Files
What kind of browser are you using ?
Also, does it display eny errors in the browser console ?
Best
What kind of browser are you using ?
Firefox, Chromium, GnomeWeb(Epithany) on LinuxMint
Google Chrome on Android
Also, does it display eny errors in the browser console ?
ReferenceError: $ is not defined
Error points to script block within page:
<script type="text/javascript">
$(document).pjax('#shortlog_data .pager_link','#shortlog_data', {timeout: 2000, scrollTo: false });
$(document).on('pjax:success', function(){ timeagoActivate(); });
</script>
Could it be that something blocks your load of Jquery ? it should be loaded BEFORE this block is even reached.
Could it be that something blocks your load of Jquery ? it should be loaded BEFORE this block is even reached.
I am reproduce error with such steps:
- open repo homepage
https://my.host/repo
- refresh page with Ctrl+F5
- click '>' at page's bottom -- now it is all ok (ajax request and show page 2)
- click '>' at page's bottom -- it results to ajax request and after it the page reloads with url
https://my.host/repo/summary-commits?page=3&size=10
- Status changed from New to Resolved
Also available in: Atom
PDF