// 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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user