mirror of
https://github.com/openvk/openvk
synced 2025-07-03 14:29:53 +03:00
feat(ModalPosts): Small fixes
This commit is contained in:
parent
a0c2853d6d
commit
ae5b470535
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{extends "../../@layout.xml"}
|
||||
|
||||
{block title}
|
||||
{_post} - OpenVK
|
||||
{_post}
|
||||
{/block}
|
||||
|
||||
{block header}
|
||||
|
|
|
@ -3005,4 +3005,4 @@ const params = new URLSearchParams(window.location.search);
|
|||
if (params.has("w")) {
|
||||
let post_id = params.get("w").replace("wall", "");
|
||||
getEmbeddedPost(post_id)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue