This commit is contained in:
gRoussac
2013-04-29 17:19:07 +02:00
parent 140b9b2bba
commit d2d4b68f7c
+1 -1
View File
@@ -425,7 +425,7 @@ function displayImage(domAAroundImgThumb, no_animation)
$('#bigpic').attr('src', newSrc).load(function() {
$(this).show();
if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)
$(this).attr('arel', domAAroundImgThumb.attr('href'));
$(this).attr('rel', domAAroundImgThumb.attr('href'));
});
}
$('#views_block li a').removeClass('shown');