[-] FO : BugFix : #PSCFV-2628 : Combination is not selected from the URL (at least on firefox)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15767 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-30 14:26:35 +00:00
parent d9e8899473
commit 852567f5ee
+1 -1
View File
@@ -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++;