From da8242e4451dd2650f965834ee84a1236ed3d22b Mon Sep 17 00:00:00 2001 From: vChabot Date: Wed, 30 May 2012 14:26:35 +0000 Subject: [PATCH] [-] FO : BugFix : #PSCFV-2628 : Combination is not selected from the URL (at least on firefox) --- 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 64ebf9ca0..193abb495 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -694,7 +694,7 @@ function checkUrl() count = 0; for (z in tabValues) for (a in attributesCombinations) - if (attributesCombinations[a]['group'] == tabValues[z][0] + if (attributesCombinations[a]['group'] == decodeURIComponent(tabValues[z][0]) && attributesCombinations[a]['attribute'] == tabValues[z][1]) { count++;