mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
remove hash setting on scroll
This commit is contained in:
parent
1bf662c5e2
commit
5755d13425
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ async function __processPaginatorNextPage(page)
|
||||||
|
|
||||||
const new_url = new URL(location.href)
|
const new_url = new URL(location.href)
|
||||||
new_url.hash = page
|
new_url.hash = page
|
||||||
history.replaceState(null, null, new_url)
|
//history.replaceState(null, null, new_url)
|
||||||
|
|
||||||
if(typeof __scrollHook != 'undefined') {
|
if(typeof __scrollHook != 'undefined') {
|
||||||
__scrollHook(page)
|
__scrollHook(page)
|
||||||
|
|
Loading…
Reference in a new issue