Skip to content

Commit 77b3e01

Browse files
joubutomascohen
authored andcommitted
Bug 32307: Fix local cover images
We were not calling the function here! Signed-off-by: Tomas Cohen Arazi <[email protected]>
1 parent 040ba93 commit 77b3e01

File tree

1 file changed

+1
-1
lines changed
  • koha-tmpl/intranet-tmpl/prog/en/modules/catalogue

1 file changed

+1
-1
lines changed

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ Note that permanent location is a code, and location may be an authval.
16301630
});
16311631
[% ELSE %]
16321632
$(window).load(function() {
1633-
verify_cover_images;
1633+
verify_cover_images();
16341634
});
16351635
[% END %]
16361636
</script>

0 commit comments

Comments
 (0)