From 8e7b78a981948c473e3933024d73ad197eb67347 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 8 Sep 2023 16:01:03 +0000 Subject: [PATCH] Bug 34724: (QA follow-up): Replace href from thumbnail link with a # to keep pointer event. The href link gets reconstructed by showCover anyway Remove return false from on click event, its not triggering a location change anymore because of the above Remove check for imagenumber, its a non-null primary key, if the image exists, then the imagenumber must also exist Signed-off-by: David Cook --- .../opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt index 4bc57d82b6..107c6b5f14 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt @@ -87,7 +87,7 @@