[issue #408] Fixed bug with selectbox
This commit is contained in:
parent
721fa1b0c0
commit
618d1ecb49
|
@ -27,6 +27,7 @@ $(document).ready(function() {
|
||||||
} else {
|
} else {
|
||||||
$(this).removeAttr('disabled').removeAttr('checked').trigger('change');
|
$(this).removeAttr('disabled').removeAttr('checked').trigger('change');
|
||||||
$(this).parent().find('.offset25 input[type="checkbox"]').removeAttr('disabled').removeAttr('checked');
|
$(this).parent().find('.offset25 input[type="checkbox"]').removeAttr('disabled').removeAttr('checked');
|
||||||
|
$('#build_list_auto_publish').removeAttr('disabled').attr('checked', 'checked');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue