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:
parent
687fd7a6a5
commit
f68f14aa5b
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ app.views.StreamPost = app.views.Post.extend({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.slideAndRemove();
|
this.remove();
|
||||||
},
|
},
|
||||||
|
|
||||||
focusCommentTextarea: function(evt){
|
focusCommentTextarea: function(evt){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue