diff --git a/app/views/comments/destroy.js.erb b/app/views/comments/destroy.js.erb index 3b04228d3..345366b9b 100644 --- a/app/views/comments/destroy.js.erb +++ b/app/views/comments/destroy.js.erb @@ -1 +1 @@ -$(".comment[data-id=<%= @comment.id %>] div.author h1").append(" (deleted)"); +location.reload();