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