DG IZ first commit from the car, now can change groups a couple of times
This commit is contained in:
parent
7e909d4034
commit
9a4edc419c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ $('#move_friends_link').live( 'click',
|
|||
function(){ $('#group_title').html("Groups edited successfully!");});
|
||||
$(".person").css('background-color','white');
|
||||
$('#group_list').removeData();
|
||||
$(".person").setAttribute('from_group_id', function(){$(this).closest(".group ul").attr('id')})
|
||||
$(".person").attr('from_group_id', function(){return $(this).parent().attr('id')})
|
||||
});
|
||||
|
||||
$(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue