Skip to content
Extraits de code Groupes Projets
Valider 53d3ac92 rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Fix WS JS

parent 0daffb7f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
$('#people_stream').prepend(response['html']).slideDown('slow', function(){}); $('#people_stream').prepend(response['html']).slideDown('slow', function(){});
var first_li = result_ul.find('li:first'); var first_li = result_ul.find('li:first');
first_li.after(response['html']); first_li.after(response['html']);
result_ul.children("[name='into']").val(first_li.attr('aspect_id')); result_ul.find("[name='request[into]']").val(result_ul.attr('aspect_id'));
result_ul.children(':nth-child(2)').slideDown('fast', function(){}); result_ul.children(':nth-child(2)').slideDown('fast', function(){});
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter