diff --git a/wwwroot/app.js b/wwwroot/app.js
index 910cf49..a623583 100644
--- a/wwwroot/app.js
+++ b/wwwroot/app.js
@@ -189,15 +189,11 @@ function renderResults() {
${r.total} |
${r.youtubeUrl ? `YouTube ↗` : ''}
- ${r.screenshotUrl ? `` : ''}
|
`;
tbody.appendChild(row);
});
container.appendChild(table);
- container.querySelectorAll(".thumb-open").forEach(btn => {
- btn.addEventListener("click", () => openLightbox(btn.dataset.img, "Screenshot"));
- });
}
function setupHandlers() {