From ae5b4705350e0d7f5958b477a99d349f991360e2 Mon Sep 17 00:00:00 2001 From: xRy0 Date: Sun, 25 May 2025 02:15:10 +0300 Subject: [PATCH] feat(ModalPosts): Small fixes --- Web/Presenters/templates/components/post/embeddedpost.xml | 2 +- Web/static/js/al_wall.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/components/post/embeddedpost.xml b/Web/Presenters/templates/components/post/embeddedpost.xml index 5017d6b8..3007c216 100644 --- a/Web/Presenters/templates/components/post/embeddedpost.xml +++ b/Web/Presenters/templates/components/post/embeddedpost.xml @@ -1,7 +1,7 @@ {extends "../../@layout.xml"} {block title} - {_post} - OpenVK + {_post} {/block} {block header} diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 7065388a..ab080460 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -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) -} \ No newline at end of file +}