fixed ability to edit team member access

This commit is contained in:
Dmitriy Zaporozhets 2012-02-06 01:56:26 +02:00
parent e64a174968
commit 5134aa971c

View file

@ -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(); });
*/