diff --git a/app/views/edit.js.haml b/app/views/edit.js.haml new file mode 100755 index 0000000..9b4577f --- /dev/null +++ b/app/views/edit.js.haml @@ -0,0 +1,3 @@ +:plain + $("#comment_form").html("#{escape_javascript(render partial: 'articles/comment_form')}"); + location.hash = "#comment_form"; \ No newline at end of file