From 181710dc240af88da6216cf7774df03a8e7a2c97 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sat, 14 Feb 2026 03:12:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-14=2003:12:16,=201=20files,=206=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 6 • index.html --- tensors/server/static/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensors/server/static/index.html b/tensors/server/static/index.html index e796715..f7bc9e3 100644 --- a/tensors/server/static/index.html +++ b/tensors/server/static/index.html @@ -309,9 +309,9 @@ const imagesDiv = msgDiv.querySelector('.chat-images'); if (data.images && data.images.length > 0) { - imagesDiv.innerHTML = data.images.map(id => ` - - ${id} + imagesDiv.innerHTML = data.images.map(img => ` + + ${img.id} `).join(''); initLightbox();