Merge branch 'bug_9660' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2013-03-29 21:49:23 -04:00
commit de3060e285
2 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,8 @@ KOHA.OpenLibrary = {
$(this).append(img);
$(this).append('<div class="results_summary">' + '<a href="' + book.url + '">Preview</a></div>');
} else {
img.src = book.cover.small;
img.src = book.cover.medium;
img.height = '110';
$(this).append(img);
}
} else {

View file

@ -51,7 +51,8 @@ KOHA.OpenLibrary = {
$(this).append(img);
$(this).append('<div class="results_summary">' + '<a href="' + book.url + '">Preview</a></div>');
} else {
img.src = book.cover.small;
img.src = book.cover.medium;
img.height = '110';
$(this).append(img);
}
} else {