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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +4 lines)
Lines 1406-1411 Note that permanent location is a code, and location may be an authval. Link Here
1406
                    $(coverSlide).remove();
1406
                    $(coverSlide).remove();
1407
                } else {
1407
                } else {
1408
                    $(coverSlide).addClass("cover-slides");
1408
                    $(coverSlide).addClass("cover-slides");
1409
                    var img = $(coverSlide).find(".cover-image:visible").find("img")[0];
1410
                    if( $(img).length > 0 && img.complete && img.naturalHeight > 0 ){
1411
                        $(".cover-slides").css({"background-image":"none"});
1412
                    }
1409
                }
1413
                }
1410
            });
1414
            });
1411
1415
1412
- 

Return to bug 28314