fix(frontend): bug with not clickable buttons
This commit is contained in:
+1
-1
@@ -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 = ""));
|
||||
|
||||
Reference in New Issue
Block a user