From fadb976179d8d857e97e64d468d318f9a131aa5b Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 6 Mar 2026 20:18:14 -0500 Subject: [PATCH] fix(templates): remove obsolete collections.js reference and fix onclick handler Remove the script tag for collections.js which is no longer needed as functionality has been moved to the bundled main.js. Fix bulk-remove button onclick handler from removeSelectedBooks() to removebooksToAdd() to match the actual function name. --- templates/collections.templ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/collections.templ b/templates/collections.templ index ca40295..d94730f 100644 --- a/templates/collections.templ +++ b/templates/collections.templ @@ -11,7 +11,6 @@ templ Collection(user User, collections []CollectionData, errorMessage string) { Collections - Bookhoard - @@ -148,7 +147,7 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo