10 lines
No EOL
358 B
Text
10 lines
No EOL
358 B
Text
WebSocketReceiver.processComment("<%= @comment.post.guid %>",
|
|
"<%= @comment.guid%>",
|
|
"<%= escape_javascript(render(:partial => 'comments/comment', :locals => { :comment => @comment, :person => current_user.person}))%>",
|
|
false);
|
|
|
|
Diaspora.page
|
|
.stream
|
|
.streamElements["<%= @comment.post.guid %>"]
|
|
.commentStream
|
|
.instantiateCommentWidgets(); |