Commit 429a43ca authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Dont bind all checkboxes when you need only protected branches

parent 6fafe000
$ ->
$(":checkbox").change ->
$(".protected-branches-list :checkbox").change ->
name = $(this).attr("name")
if name == "developers_can_push"
id = $(this).val()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment