Skip to content

Commit

Permalink
Not use already fix in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Jun 2, 2022
1 parent e23038a commit 3bc79df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions view/frontend/templates/infinitescroll.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ if ($loadingImage) {
if(jQuery().ias) {
$.ias('destroy');
}
$("<?= $pagination ?>").find('a').each(function() {
var url = $(this).attr('href');
if(url.includes('?')) return;
$(this).attr('href', url + '?isAjax=0');
});
window.ias = $.ias({
container: "<?= $content ?>",
item: "<?= $item ?>",
Expand Down

0 comments on commit 3bc79df

Please sign in to comment.