Closed (fixed)
Project:
Views Infinite Scroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 01:34 UTC
Updated:
6 May 2012 at 02:00 UTC
By marieke_h:
The "next_selector" in views_infinite_scroll.js caused the problem. He took the URL of an other pager on the website.
I fixed it by adding the view name to the jquery selector.var next_selector = '.view-' + settings.view_name + " " + settings.next_selector;
Comments
Comment #1
Remon commented