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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js (-2 / +1 lines)
Lines 55-61 KOHA.Google = { Link Here
55
                     var re = /^gbs-thumbnail-preview/;
55
                     var re = /^gbs-thumbnail-preview/;
56
                     if ( re.exec($(this).attr("id")) ) {
56
                     if ( re.exec($(this).attr("id")) ) {
57
                         $(this).append(
57
                         $(this).append(
58
                             '<div style="margin-bottom:5px; margin-top:-5px;font-size:9px">' +
58
                             '<div class="google-books-preview">' +
59
                             '<a '+target+'href="' +
59
                             '<a '+target+'href="' +
60
                             book.info_url +
60
                             book.info_url +
61
                             '"><img src="' +
61
                             '"><img src="' +
62
- 

Return to bug 7594