fix for history state (+1 not needed)
This commit is contained in:
parent
f574f8faf0
commit
e723aaa5f6
|
@ -195,7 +195,7 @@ $(function() {
|
|||
$(this)[0].scrollHeight
|
||||
) {
|
||||
$loadMore.infiniteScroll("loadNextPage");
|
||||
window.history.replaceState({}, null, $loadMore.infiniteScroll('getAbsolutePath')+1)
|
||||
window.history.replaceState({}, null, $loadMore.infiniteScroll("getAbsolutePath"));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user