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:
parent
040ba93360
commit
77b3e01ca0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue