// Fixing problem with blocklayered

This commit is contained in:
mDeflotte
2012-01-09 08:27:16 +00:00
parent 27421df280
commit 3923ac05ee
+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();
}