Quickfix: replace slideAndRemove() with remove() to prevent the ugly javascript error and make the post go away after click on "hide". Fixes #3249

This commit is contained in:
Dennis Schubert 2012-05-29 01:57:52 +03:00
parent 687fd7a6a5
commit f68f14aa5b

View file

@ -96,7 +96,7 @@ app.views.StreamPost = app.views.Post.extend({
}
})
this.slideAndRemove();
this.remove();
},
focusCommentTextarea: function(evt){