fixed ability to edit team member access
This commit is contained in:
parent
e64a174968
commit
5134aa971c
1 changed files with 1 additions and 6 deletions
|
@ -4,12 +4,7 @@
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(function(){
|
$(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();
|
$(this.form).submit();
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
|
||||||
$('.delete-team-member').live('ajax:success', function() {
|
|
||||||
$(this).closest('tr').fadeOut(); });
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue