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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1511-1517 Link Here
1511
                    var img = div.find("img")[0];
1511
                    var img = div.find("img")[0];
1512
                    if( img && $(img).length > 0 ){
1512
                    if( img && $(img).length > 0 ){
1513
                        var description = "";
1513
                        var description = "";
1514
                        if( img.naturalHeight == 0 && div.attr("id") != "googlejacket-coverimg" ){
1514
                        if( img.naturalHeight == 0 && div.attr("id") != "googlejacket-coverimg" && div.hasClass('coce-coverimg') ){
1515
                            // No image loaded in the container. Remove the slide
1515
                            // No image loaded in the container. Remove the slide
1516
                            div.remove();
1516
                            div.remove();
1517
                        } else {
1517
                        } else {
1518
- 

Return to bug 33848