diff --git a/app/assets/javascripts/extra/build_list.js b/app/assets/javascripts/extra/build_list.js index e0f711705..96cc24836 100644 --- a/app/assets/javascripts/extra/build_list.js +++ b/app/assets/javascripts/extra/build_list.js @@ -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'); } });