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 1152-1158 Note that permanent location is a code, and location may be an authval. Link Here
1152
                    });
1152
                    });
1153
                }
1153
                }
1154
1154
1155
                if( $(coverSlide).find(".cover-image:visible").length < 1 ){
1155
                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
1156
                    && $(coverSlide).find(".cover-image:visible").length < 1 ){
1156
                    $(coverSlide).remove();
1157
                    $(coverSlide).remove();
1157
                } else {
1158
                } else {
1158
                    $(coverSlide).addClass("cover-slides");
1159
                    $(coverSlide).addClass("cover-slides");
1159
- 

Return to bug 30234