From 1f673497cd4fb6fd981ceff01ec30a7d9b85fbb3 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sat, 14 Feb 2026 03:05:50 +0100 Subject: [PATCH] Fix lightbox click triggering download --- tensors/server/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensors/server/static/index.html b/tensors/server/static/index.html index 8b45a82..dc14558 100644 --- a/tensors/server/static/index.html +++ b/tensors/server/static/index.html @@ -80,7 +80,7 @@ } container.innerHTML = data.images.map(img => ` - + ${img.id} `).join('');