From 60f4fa52b6281d7bedfbc851d6a7638e595a2ec8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Feb 2023 12:09:42 +0100 Subject: [PATCH] Bug 32307: Fix local cover images We were not calling the function here! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 77b3e01ca04d41be5b95222c84a223f9751dfe99) Signed-off-by: Martin Renvoize (cherry picked from commit 0588f7720f8841e7e9f889d85187ba0f10fc8df1) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 010cbd0c31..b19d8dc599 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1379,7 +1379,7 @@ Note that permanent location is a code, and location may be an authval. }); [% ELSE %] $(window).load(function() { - verify_cover_images; + verify_cover_images(); }); [% END %] -- 2.39.5