Skip to content

Commit

Permalink
Fix new post notificion appearing on the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcoMul committed Oct 8, 2015
1 parent fd3f2a4 commit f4ad6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/views/Feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},

Expand Down

0 comments on commit f4ad6e9

Please sign in to comment.