feat(ModalPosts): url change after click event

This commit is contained in:
xRy0 2025-05-24 01:30:36 +03:00
parent 84b445e556
commit 83e08ae7c9
No known key found for this signature in database
GPG key ID: 0DD2B72E974C9E3B

View file

@ -2966,7 +2966,7 @@ async function getEmbeddedPost(postId) {
})
CMessageBox.toggleLoader()
});
history.replaceState(null, null, `?w=wall-${postId}`)
}
u(document).on("click", "#al-post", (e) => {