Skip to content

Commit 29efa9c

Browse files
authored
Fix status check enable (#10341)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 parent 69f80fd commit 29efa9c

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
@@ -1116,7 +1116,7 @@ function initRepository() {
11161116
// Branches
11171117
if ($('.repository.settings.branches').length > 0) {
11181118
initFilterSearchDropdown('.protected-branches .dropdown');
1119-
$('.enable-protection, .enable-whitelist').change(function () {
1119+
$('.enable-protection, .enable-whitelist, .enable-statuscheck').change(function () {
11201120
if (this.checked) {
11211121
$($(this).data('target')).removeClass('disabled');
11221122
} else {

0 commit comments

Comments
 (0)