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 1505-1511 Link Here
1505
                    var img = div.find("img")[0];
1505
                    var img = div.find("img")[0];
1506
                    if( img && $(img).length > 0 ){
1506
                    if( img && $(img).length > 0 ){
1507
                        var description = "";
1507
                        var description = "";
1508
                        if( img.naturalHeight == 0 && div.attr("id") != "googlejacket-coverimg" ){
1508
                        if( img.naturalHeight == 0 && div.attr("id") != "googlejacket-coverimg" && div.hasClass('coce-coverimg') ){
1509
                            // No image loaded in the container. Remove the slide
1509
                            // No image loaded in the container. Remove the slide
1510
                            div.remove();
1510
                            div.remove();
1511
                        } else {
1511
                        } else {
1512
- 

Return to bug 33848