We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f80fd commit 29efa9cCopy full SHA for 29efa9c
web_src/js/index.js
@@ -1116,7 +1116,7 @@ function initRepository() {
1116
// Branches
1117
if ($('.repository.settings.branches').length > 0) {
1118
initFilterSearchDropdown('.protected-branches .dropdown');
1119
- $('.enable-protection, .enable-whitelist').change(function () {
+ $('.enable-protection, .enable-whitelist, .enable-statuscheck').change(function () {
1120
if (this.checked) {
1121
$($(this).data('target')).removeClass('disabled');
1122
} else {
0 commit comments