// Fixing problem with blocklayered

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12245 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-09 08:27:16 +00:00
parent 925c1245e3
commit f13e348dcb
+2 -2
View File
@@ -292,8 +292,8 @@ function reloadContent(params_plus)
}
});
$('#layered_form .select option:checked').each( function () {
if($(this).attr('id'))
$('#layered_form .select option').each( function () {
if($(this).attr('id') && $(this).parent().val() == $(this).val())
{
data += '&'+$(this).attr('id') + '=' + $(this).val();
}