From f809bbcc40f947c62c1723bae218ead182668361 Mon Sep 17 00:00:00 2001 From: Steppenstreuner Date: Fri, 28 Aug 2026 18:04:07 +0200 Subject: [PATCH] fix(frontend): bug with not clickable buttons --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 6ceb1a4..69ab746 100644 --- a/static/app.js +++ b/static/app.js @@ -131,7 +131,7 @@ $("#lib-form").addEventListener("submit", async (e) => { const EMPTY_HINTS = { ebook: "Keine Treffer. Tipp: ISBN ohne Bindestriche oder Titel + Autor versuchen.", audiobook: "Keine Treffer. Tipp: EAN/ISBN funktioniert bei Audible nicht — nach Titel/Autor suchen.", - comic: "Keine Treffer bei AniList (Manga). Westliche Comics per „Manuell anlegen" erfassen.", + comic: "Keine Treffer bei AniList (Manga). Westliche Comics per „Manuell anlegen“ erfassen.", }; $("#search-type").addEventListener("change", () => ($("#search-results").innerHTML = ""));