This reverts commit 661d3d28e9
.
This commit is contained in:
parent
72b3681648
commit
4d0a72a271
10 changed files with 34 additions and 39 deletions
|
@ -52,14 +52,14 @@ export function initRepoSettingBranches() {
|
|||
initRepoCommonFilterSearchDropdown('.protected-branches .dropdown');
|
||||
$('.enable-protection, .enable-whitelist, .enable-statuscheck').on('change', function () {
|
||||
if (this.checked) {
|
||||
$.find($(this).data('target')).removeClass('disabled');
|
||||
$($(this).data('target')).removeClass('disabled');
|
||||
} else {
|
||||
$.find($(this).data('target')).addClass('disabled');
|
||||
$($(this).data('target')).addClass('disabled');
|
||||
}
|
||||
});
|
||||
$('.disable-whitelist').on('change', function () {
|
||||
if (this.checked) {
|
||||
$.find($(this).data('target')).addClass('disabled');
|
||||
$($(this).data('target')).addClass('disabled');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue