View | Details | Raw Unified | Return to bug 32307
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1630-1636 Note that permanent location is a code, and location may be an authval. Link Here
1630
            });
1630
            });
1631
        [% ELSE %]
1631
        [% ELSE %]
1632
            $(window).load(function() {
1632
            $(window).load(function() {
1633
                verify_cover_images;
1633
                verify_cover_images();
1634
            });
1634
            });
1635
        [% END %]
1635
        [% END %]
1636
    </script>
1636
    </script>
1637
- 

Return to bug 32307