diff --git a/src/app/views/Feed.js b/src/app/views/Feed.js index e54ae2b..4c8d098 100644 --- a/src/app/views/Feed.js +++ b/src/app/views/Feed.js @@ -103,6 +103,7 @@ module.exports = Backbone.View.extend({ onNewPost: function () { this.$posts.find(".post:hidden").show(); + this.$posts.children().first().after(this.$newpost); this.$newpost.hide(); },