From 9be04fd69f61dc52a9024e611fb3b23cee09eaa2 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:58:36 +0200 Subject: [PATCH] Fix tag structure --- public/scripts/chats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/chats.js b/public/scripts/chats.js index b60778141..fbf7af3fc 100644 --- a/public/scripts/chats.js +++ b/public/scripts/chats.js @@ -585,7 +585,7 @@ async function enlargeMessageImage() { const imgHolder = document.createElement('div'); imgHolder.classList.add('img_enlarged_holder'); imgHolder.append(img); - const imgContainer = $('
'); + const imgContainer = $('
'); imgContainer.prepend(imgHolder); imgContainer.addClass('img_enlarged_container');