From 5134aa971cd0fa3e8b0cab61c6b406581ab593e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 6 Feb 2012 01:56:26 +0200 Subject: [PATCH] fixed ability to edit team member access --- app/views/projects/_team.html.haml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/views/projects/_team.html.haml b/app/views/projects/_team.html.haml index 7271479..876270a 100644 --- a/app/views/projects/_team.html.haml +++ b/app/views/projects/_team.html.haml @@ -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(); }); - */ -- libgit2 0.21.2