From e158ea1227765e68bf61c72f3ce0e1915a403abc Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Thu, 2 May 2013 15:06:57 +0200 Subject: [PATCH] [-] FO: fixed bug: Solved a javascript problem on the new 1.5.4.1 with the full image on product page - PSCFV-8967 --- themes/default/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 2ea7f296d..02b5f5176 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -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');