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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1751-1757 Link Here
1751
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1751
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1752
                                lightbox_descriptions.push(_("Local cover image"));
1752
                                lightbox_descriptions.push(_("Local cover image"));
1753
                            } else {
1753
                            } else {
1754
                                console.log("Source of the image cannot be guessed.")
1754
                                lightbox_descriptins.push(_("Cover image source unknown"));
1755
                            }
1755
                            }
1756
                        }
1756
                        }
1757
                    }
1757
                    }
1758
- 

Return to bug 28180