Commit e723aaa5 authored by Ghighi Eftimie's avatar Ghighi Eftimie

fix for history state (+1 not needed)

parent f574f8fa
...@@ -195,7 +195,7 @@ $(function() { ...@@ -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"));
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment