parent
69f80fd9f6
commit
29efa9c3fb
|
@ -1116,7 +1116,7 @@ function initRepository() {
|
||||||
// Branches
|
// Branches
|
||||||
if ($('.repository.settings.branches').length > 0) {
|
if ($('.repository.settings.branches').length > 0) {
|
||||||
initFilterSearchDropdown('.protected-branches .dropdown');
|
initFilterSearchDropdown('.protected-branches .dropdown');
|
||||||
$('.enable-protection, .enable-whitelist').change(function () {
|
$('.enable-protection, .enable-whitelist, .enable-statuscheck').change(function () {
|
||||||
if (this.checked) {
|
if (this.checked) {
|
||||||
$($(this).data('target')).removeClass('disabled');
|
$($(this).data('target')).removeClass('disabled');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue