Fix search mods setting

pull/5742/merge
Aleksander Machniak 8 years ago
parent c0dc8e13a1
commit 129f5e347b

@ -911,7 +911,7 @@ function rcube_elastic_ui()
else { else {
list.prop('disabled', false).prop('checked', false); list.prop('disabled', false).prop('checked', false);
for (n in mods) { for (n in mods) {
$('#s_mod_' + n).prop('checked', true); $('#s_mod_' + n, obj).prop('checked', true);
} }
} }
} }

Loading…
Cancel
Save