diff --git a/themes/bootstrap/js/preview.js b/themes/bootstrap/js/preview.js index 087581fe6f62ef7548903f50bd21326773484c97..47b1bff464197648c0bce1f3bd465facd32437bf 100644 --- a/themes/bootstrap/js/preview.js +++ b/themes/bootstrap/js/preview.js @@ -33,8 +33,7 @@ function applyPreviewUrl($link, url) { // Update associated record thumbnail, if any: $link.parents('.result,.record') - .find('img.img-polaroid') - .parents('a').attr('href', url); + .find('.title').attr('href', url); } function processBookInfo(booksInfo, previewClass) {