This commit is contained in:
2015E8018661112 2015-12-28 13:38:49 +08:00
parent f369ff59a5
commit 6e444da095
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- if @result[:status]
:plain
$("#comment_#{@comment.id}_body").html("#{@comment.content}");
location.hash = "#comment_#{@comment.id}";