update
This commit is contained in:
parent
f369ff59a5
commit
6e444da095
|
@ -0,0 +1,4 @@
|
||||||
|
- if @result[:status]
|
||||||
|
:plain
|
||||||
|
$("#comment_#{@comment.id}_body").html("#{@comment.content}");
|
||||||
|
location.hash = "#comment_#{@comment.id}";
|
Loading…
Reference in New Issue