Skip to content

Commit 457ee1a

Browse files
authored
Fix status check enable (#10341) (#10343)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 parent 4f64688 commit 457ee1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ function initRepository() {
11051105
// Branches
11061106
if ($('.repository.settings.branches').length > 0) {
11071107
initFilterSearchDropdown('.protected-branches .dropdown');
1108-
$('.enable-protection, .enable-whitelist').change(function () {
1108+
$('.enable-protection, .enable-whitelist, .enable-statuscheck').change(function () {
11091109
if (this.checked) {
11101110
$($(this).data('target')).removeClass('disabled');
11111111
} else {

0 commit comments

Comments
 (0)