This reverts commit bd74ab4acc.
This reproducable breaks functionallity (comments). Please do not push WIP/not working stuff to master. To continue work just revert this revert. Thanks
5 lines
322 B
Text
5 lines
322 B
Text
WebSocketReceiver.processComment(<%= @comment.post_id %>,
|
|
<%= @comment.id %>,
|
|
"<%= escape_javascript(render(:partial => 'comments/comment', :locals => { :comment => @comment, :person => current_user.person}))%>",
|
|
false);
|
|
|