Update result selector for infinite scroll
This commit is contained in:
parent
536b8bd407
commit
8c27557a29
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ $(function ($) {
|
|||
var currentPage = 1;
|
||||
var pathname = window.location.pathname;
|
||||
var $document = $(document);
|
||||
var $result = $('.post-feed');
|
||||
var $result = $('.gh-postfeed');
|
||||
var buffer = 300;
|
||||
|
||||
var ticking = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue