The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 9b5836bc authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Google Preview fix for Bootstrap 2.

parent 3a34369e
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment