Fix WS JS

This commit is contained in:
Raphael 2010-11-21 14:26:07 -05:00
parent 0daffb7fed
commit 53d3ac92a2

View file

@ -53,7 +53,7 @@
$('#people_stream').prepend(response['html']).slideDown('slow', function(){});
var first_li = result_ul.find('li:first');
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(){});
}
}