Commit 5134aa97 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed ability to edit team member access

parent e64a1749
......@@ -4,12 +4,7 @@
:javascript
$(function(){
$('#team-table .repo-access-select, #team-table .project-access-select').live("change", function() {
$('.repo-access-select, .project-access-select').live("change", function() {
$(this.form).submit();
});
})
/*
$('.delete-team-member').live('ajax:success', function() {
$(this).closest('tr').fadeOut(); });
*/
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