Skip to content

Commit

Permalink
[-] FO: fixed bug: Solved a javascript problem on the new 1.5.4.1 wit…
Browse files Browse the repository at this point in the history
…h the full image on product page - PSCFV-8967
  • Loading branch information
sLorenzini committed May 2, 2013
1 parent 77b8e10 commit e158ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/js/product.js
Expand Up @@ -424,7 +424,7 @@ function displayImage(domAAroundImgThumb, no_animation)
{
$('#bigpic').attr('src', newSrc).load(function() {
if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)
$(this).attr('rel', domAAroundImgThumb.attr('href'));
$('#bigpic').attr('alt', domAAroundImgThumb.attr('href'));
});
}
$('#views_block li a').removeClass('shown');
Expand Down

0 comments on commit e158ea1

Please sign in to comment.