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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 1120-1126 Note that permanent location is a code, and location may be an authval. Link Here
1120
                    });
1120
                    });
1121
                }
1121
                }
1122
1122
1123
                if( $(coverSlide).find(".cover-image:visible").length < 1 ){
1123
                if( $(coverSlide.attr('id')) == 'biblio-cover-slider' // Hide if not visible, but only for the biblio images. Images for items are only local cover images
1124
                    && $(coverSlide).find(".cover-image:visible").length < 1 ){
1124
                    $(coverSlide).remove();
1125
                    $(coverSlide).remove();
1125
                } else {
1126
                } else {
1126
                    $(coverSlide).addClass("cover-slides");
1127
                    $(coverSlide).addClass("cover-slides");
1127
- 

Return to bug 30234