mirror of
https://github.com/openvk/openvk
synced 2025-07-03 22:39:59 +03:00
feat(ModalPosts): url change after click event
This commit is contained in:
parent
84b445e556
commit
83e08ae7c9
1 changed files with 1 additions and 1 deletions
|
@ -2966,7 +2966,7 @@ async function getEmbeddedPost(postId) {
|
||||||
})
|
})
|
||||||
CMessageBox.toggleLoader()
|
CMessageBox.toggleLoader()
|
||||||
});
|
});
|
||||||
|
history.replaceState(null, null, `?w=wall-${postId}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
u(document).on("click", "#al-post", (e) => {
|
u(document).on("click", "#al-post", (e) => {
|
||||||
|
|
Loading…
Reference in a new issue