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 4f64688 commit 457ee1aCopy full SHA for 457ee1a
web_src/js/index.js
@@ -1105,7 +1105,7 @@ function initRepository() {
1105
// Branches
1106
if ($('.repository.settings.branches').length > 0) {
1107
initFilterSearchDropdown('.protected-branches .dropdown');
1108
- $('.enable-protection, .enable-whitelist').change(function () {
+ $('.enable-protection, .enable-whitelist, .enable-statuscheck').change(function () {
1109
if (this.checked) {
1110
$($(this).data('target')).removeClass('disabled');
1111
} else {
0 commit comments