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

(-)a/koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js (-2 / +2 lines)
Lines 51-57 KOHA.OpenLibrary = { Link Here
51
                        $(this).append(img);
51
                        $(this).append(img);
52
                        $(this).append('<div class="results_summary">' + '<a href="' + book.url + '">Preview</a></div>');
52
                        $(this).append('<div class="results_summary">' + '<a href="' + book.url + '">Preview</a></div>');
53
                    } else {
53
                    } else {
54
                        img.src = book.cover.small;
54
                        img.src = book.cover.medium;
55
                        img.height = '110';
55
                        $(this).append(img);
56
                        $(this).append(img);
56
                    }
57
                    }
57
                } else {
58
                } else {
58
- 

Return to bug 9660