Bug 32307: Fix local cover images

We were not calling the function here!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-02-23 12:09:42 +01:00 committed by Tomas Cohen Arazi
parent 040ba93360
commit 77b3e01ca0
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1630,7 +1630,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 %]
</script>