Commit 5134aa971cd0fa3e8b0cab61c6b406581ab593e9

Authored by Dmitriy Zaporozhets
1 parent e64a1749

fixed ability to edit team member access

Showing 1 changed file with 1 additions and 6 deletions   Show diff stats
app/views/projects/_team.html.haml
... ... @@ -4,12 +4,7 @@
4 4  
5 5 :javascript
6 6 $(function(){
7   - $('#team-table .repo-access-select, #team-table .project-access-select').live("change", function() {
  7 + $('.repo-access-select, .project-access-select').live("change", function() {
8 8 $(this.form).submit();
9 9 });
10 10 })
11   -
12   - /*
13   - $('.delete-team-member').live('ajax:success', function() {
14   - $(this).closest('tr').fadeOut(); });
15   - */
... ...