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 1591-1597 Link Here
1591
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1591
                            } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1592
                                lightbox_descriptions.push(_("Local cover image"));
1592
                                lightbox_descriptions.push(_("Local cover image"));
1593
                            } else {
1593
                            } else {
1594
                                console.log("Source of the image cannot be guessed.")
1594
                                lightbox_descriptins.push(_("Cover image source unknown"));
1595
                            }
1595
                            }
1596
                        }
1596
                        }
1597
                    }
1597
                    }
1598
- 

Return to bug 28180