4 lines
211 B
Text
4 lines
211 B
Text
$('.stream_element#<%=params[:root_guid]%>').addClass('reshared');
|
|
ContentUpdater.addPostToStream(
|
|
"<%= escape_javascript(render(:partial => 'shared/stream_element', :locals => {:post => @reshare }))=%>"
|
|
);
|