update
This commit is contained in:
parent
c0c10c3913
commit
c527b59ba8
|
@ -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