diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index a1b58628..c3218df2 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -275,7 +275,7 @@ $(document).on("click", "#videoAttachment", async (e) => { -
+
` let form = e.currentTarget.closest("form") @@ -285,7 +285,7 @@ $(document).on("click", "#videoAttachment", async (e) => { // styles for messageboxx document.querySelector(".ovk-diag-body").style.padding = "0" document.querySelector(".ovk-diag-cont").style.width = "580px" - document.querySelector(".ovk-diag-body").style.height = "241px" + document.querySelector(".ovk-diag-body").style.height = "335px" async function insertVideos(page, query = "") { document.querySelector(".videosInsert").insertAdjacentHTML("beforeend", ``)