[issue #408] Fixed bug with selectbox

This commit is contained in:
George Vinogradov 2012-04-18 21:31:11 +04:00
parent 721fa1b0c0
commit 618d1ecb49
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ $(document).ready(function() {
} else {
$(this).removeAttr('disabled').removeAttr('checked').trigger('change');
$(this).parent().find('.offset25 input[type="checkbox"]').removeAttr('disabled').removeAttr('checked');
$('#build_list_auto_publish').removeAttr('disabled').attr('checked', 'checked');
}
});