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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +3 lines)
Lines 1509-1514 Link Here
1509
                            }
1509
                            }
1510
                        } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1510
                        } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1511
                                lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1511
                                lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1512
                                if ( $('#amazon-bookcoverimg').length === 0 ) {
1513
                                    div.show();
1514
                                }
1512
                        }
1515
                        }
1513
                        else if( div.hasClass("coce-coverimg" ) ){
1516
                        else if( div.hasClass("coce-coverimg" ) ){
1514
                            // Identify which service's image is being loaded by Coce
1517
                            // Identify which service's image is being loaded by Coce
1515
- 

Return to bug 34149