We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7181fe commit cc77e1dCopy full SHA for cc77e1d
‎js/page-load.js
@@ -37,7 +37,7 @@ InfiniteScroll.defaults.responseType = 'document';
37
InfiniteScroll.create.pageLoad = function() {
38
this.canLoad = true;
39
this.on( 'scrollThreshold', this.onScrollThresholdLoad );
40
- this.on( 'append', this.checkLastPage );
+ this.on( 'load', this.checkLastPage );
41
if ( this.options.outlayer ) {
42
this.on( 'append', this.onAppendOutlayer );
43
}
0 commit comments