Update result selector for infinite scroll

This commit is contained in:
David Rey 2020-02-09 02:52:09 +08:00
parent 536b8bd407
commit 8c27557a29
3 changed files with 3 additions and 3 deletions

View file

@ -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;