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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/coce.js (-2 / +1 lines)
Lines 40-46 KOHA.coce = { Link Here
40
                            }
40
                            }
41
                        };
41
                        };
42
                        $(this).attr('href', url);
42
                        $(this).attr('href', url);
43
                        $(this).append(img);
43
                        $(this).empty().append(img);
44
                    });
44
                    });
45
                }
45
                }
46
            },
46
            },
47
- 

Return to bug 32412