Jump to content

Bug in ips.ui.infiniteScroll.js with FURL


Go to solution Solved by Stuart Silvester,

Recommended Posts

In ips.ui.infiniteScroll.js you have this method:

			_getPageURL = function (pageNo) {
				return elem.attr('data-ipsInfScroll-url') + '&' + options.pageParam + '=' + parseInt( pageNo );
			},

This does not respect friendly URL. The UI widget attempts to load:
https://example.com/articles/&page=2 (Error 404)

It should be:
https://example.com/articles/page/2/

Link to comment
Share on other sites

  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...