diff --git a/app/views/destroy.js.haml b/app/views/destroy.js.haml new file mode 100755 index 0000000..15d728b --- /dev/null +++ b/app/views/destroy.js.haml @@ -0,0 +1,3 @@ +- if @result[:status] + :plain + $("#comment_#{@comment.id}").remove(); \ No newline at end of file