A simple bit of code can be used to fix this and improve the customer experience.
How to fix it
In /includes/js/ans_ajax.js
find the line:
- Code: Select all
function ajaxUpdater(id,url) {
below it add:
- Code: Select all
window.scrollTo(0,0);
Now when the page numbers, next or previous are clicked the page is scrolled to the top and the new page content is still loaded via an ajax call