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

Return to bug 30234