From 7f33389277c2b35759411388160fa62cffd4fb74 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sat, 24 May 2025 15:58:44 +0300 Subject: [PATCH] fix(scroll): don't set hash --- Web/static/js/al_wall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 048c46af..3ec9348c 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -2373,7 +2373,7 @@ async function __processPaginatorNextPage(page) const new_url = new URL(location.href) new_url.hash = page - history.replaceState(null, null, new_url) + //history.replaceState(null, null, new_url) if(typeof __scrollHook != 'undefined') { __scrollHook(page)