fix for history state (+1 not needed)

pull/1655/head
Ghighi Eftimie 4 years ago
parent f574f8faf0
commit e723aaa5f6

@ -195,7 +195,7 @@ $(function() {
$(this)[0].scrollHeight $(this)[0].scrollHeight
) { ) {
$loadMore.infiniteScroll("loadNextPage"); $loadMore.infiniteScroll("loadNextPage");
window.history.replaceState({}, null, $loadMore.infiniteScroll('getAbsolutePath')+1) window.history.replaceState({}, null, $loadMore.infiniteScroll("getAbsolutePath"));
} }
}); });
} }

Loading…
Cancel
Save