bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

branch develop: Commenting on any post, after posting something in the news app

Open ngaurav opened this issue 6 years ago • 2 comments

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

ngaurav avatar Jun 28 '18 07:06 ngaurav

Is this not working as intended? I haven't been able to reproduce the behavior you suggest.

sebastian-code avatar Jun 28 '18 20:06 sebastian-code

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.

ngaurav avatar Jun 29 '18 04:06 ngaurav