[-] FO : BugFix : #PSCFV-2628 : Combination is not selected from the URL (at least on firefox)
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user