mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-06 02:03:02 +00:00
fix for history state (+1 not needed)
This commit is contained in:
@@ -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"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user