// Fix #PSCFV-3994

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17443 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-20 15:24:57 +00:00
parent b81425534e
commit 6ee30e3bdb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -704,6 +704,7 @@ function checkUrl()
product_id = $('#product_page_product_id').val();
// fill html with values
$('.color_pick').removeClass('selected');
$('.color_pick').parent().parent().children().removeClass('selected');
count = 0;
for (z in tabValues)
for (a in attributesCombinations)