You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/products_page/ProductGridSidebar/ProductGridSidebar.js

6 lines
239 B
JavaScript

window.addEventListener('load',function () {
document.querySelectorAll('#product-list-view nav .pagination .page-link')?.forEach(function (el) {
el.setAttribute('href',el.getAttribute('href')+'#product-list-view');
});
});