This commit is contained in:
2015E8018661112 2015-04-12 10:31:13 +08:00
parent e8f452bb74
commit 5c92ef327e
1 changed files with 4 additions and 0 deletions

View File

@ -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})}");