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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1734-1740 Link Here
1734
                    $(coverSlide).find("img").each( function() {
1734
                    $(coverSlide).find("img").each( function() {
1735
                        if( !this.complete || this.naturalHeight == 0 ) check_complete = 0;
1735
                        if( !this.complete || this.naturalHeight == 0 ) check_complete = 0;
1736
                    });
1736
                    });
1737
                    if( check_complete ) $(coverSlide).removeClass('cover-slides');
1737
                    if( check_complete ) $(coverSlide).removeClass('cover-slider');
1738
                }
1738
                }
1739
            });
1739
            });
1740
1740
1741
- 

Return to bug 40799