Sha256: 026beab4e12ca9e7f3daddeb9a5a7510b0b5759139483c580a2ff28c67046acc

Contents?: true

Size: 368 Bytes

Versions: 8

Compression:

Stored size: 368 Bytes

Contents

//Display the new comment
$("#comments_activity_<%= @comment.post_activity.parent.id %>").append("<%= escape_javascript(render @comment.post_activity) %>");
$(".activities_comment_btn").hide();
$(".input_new_comments").each(function() {
  $(this).focus().val("").blur();   
});

SocialStream.Timeline.create("<%= escape_javascript dom_id(@comment.post_activity) %>");

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-0.26.0 base/app/views/comments/create.js.erb
social_stream-base-0.20.0 app/views/comments/create.js.erb
social_stream-0.25.2 base/app/views/comments/create.js.erb
social_stream-base-0.19.2 app/views/comments/create.js.erb
social_stream-0.25.1 base/app/views/comments/create.js.erb
social_stream-base-0.19.1 app/views/comments/create.js.erb
social_stream-0.25.0 base/app/views/comments/create.js.erb
social_stream-base-0.19.0 app/views/comments/create.js.erb