Fixes #19: Unable to delete my comments
This commit is contained in:
1
app/views/comments/destroy.js.erb
Normal file
1
app/views/comments/destroy.js.erb
Normal file
@@ -0,0 +1 @@
|
||||
$(".comment[data-comment-id=<%= @comment.id %>]").remove();
|
||||
Reference in New Issue
Block a user