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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +4 lines)
Lines 1663-1668 Link Here
1663
1663
1664
        $(window).load(function() {
1664
        $(window).load(function() {
1665
            wait_for_images(verify_cover_images);
1665
            wait_for_images(verify_cover_images);
1666
            var image = document.querySelector('.cover-image img');
1667
            if(image.complete && image.naturalHeight!== 0){
1668
                $(".cover-slider").removeClass("cover-slides");
1669
            }
1666
        });
1670
        });
1667
1671
1668
        $(document).ready(function() {
1672
        $(document).ready(function() {
1669
- 

Return to bug 32642