From d2d4b68f7cf278d2c9553d176e992f21e0b0778c Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 29 Apr 2013 17:19:07 +0200 Subject: [PATCH] // typo --- 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 85982470a..f0dff6b54 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -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');