Skip to content
Extraits de code Groupes Projets
Valider 9a4edc41 rédigé par ilya's avatar ilya
Parcourir les fichiers

DG IZ first commit from the car, now can change groups a couple of times

parent 7e909d40
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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() {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter