bootcamp
bootcamp copied to clipboard
branch develop: Commenting on any post, after posting something in the news app
The following line in the news.js appends the new post: $("ul.stream").prepend(data);
But there are more than 1 ul.stream We only intended to add it to the ul.stream which is present inside .infinte-container
Is this not working as intended? I haven't been able to reproduce the behavior you suggest.
When we post and then try to comment on this new post. In the modal, you will see there are two elements of the new post.