From 83e08ae7c9d7770ee7bc2d806d09aad20d92ae8a Mon Sep 17 00:00:00 2001 From: xRy0 Date: Sat, 24 May 2025 01:30:36 +0300 Subject: [PATCH] feat(ModalPosts): url change after click event --- 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 e0a0565b..619a2a25 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -2966,7 +2966,7 @@ async function getEmbeddedPost(postId) { }) CMessageBox.toggleLoader() }); - + history.replaceState(null, null, `?w=wall-${postId}`) } u(document).on("click", "#al-post", (e) => {