Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Voskobovich committed Aug 11, 2015
1 parent d0e5d16 commit 32186f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/jquery.scrollPager.js
Expand Up @@ -77,7 +77,7 @@
retrieve: function () {
if (!options.state.isPaused && !options.state.isLoadingNextPage) {
options.state.isLoadingNextPage = true;
var link = $(options.next);
var link = $(options.wrapper).find(options.next);
if (link.length) {
var href = link.attr('href');
methods.showLoadingText();
Expand Down

0 comments on commit 32186f0

Please sign in to comment.