This commit is contained in:
gRoussac
2013-04-29 17:19:07 +02:00
parent 78747eedc2
commit 88adba8e5b
+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');