update
This commit is contained in:
parent
e8f452bb74
commit
5c92ef327e
|
@ -0,0 +1,4 @@
|
|||
- if @result[:status]
|
||||
$("#article_comment_content").val('');
|
||||
$('#no_comments').remove();
|
||||
$("#paginate").prepend("#{escape_javascript(render partial: 'articles/comment', locals: {comment: @comment})}");
|
Loading…
Reference in New Issue