diaspora/app/views/comments/create.js.erb
Dan Hansen 545611fffa green?
2011-08-21 20:45:51 -05:00

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();