Sha256: cdbe19ab986a0dba31573f38b4b3d5cdb7c96cec4f8af54ff1b6d2f1da35c1b8

Contents?: true

Size: 373 Bytes

Versions: 24

Compression:

Stored size: 373 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.newActivity("<%= escape_javascript dom_id(@comment.post_activity) %>");

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
social_stream-0.24.1 base/app/views/comments/create.js.erb
social_stream-base-0.18.1 app/views/comments/create.js.erb
social_stream-0.24.0 base/app/views/comments/create.js.erb
social_stream-base-0.18.0 app/views/comments/create.js.erb
social_stream-0.23.4 base/app/views/comments/create.js.erb
social_stream-base-0.17.3 app/views/comments/create.js.erb
social_stream-0.23.3 base/app/views/comments/create.js.erb
social_stream-base-0.17.2 app/views/comments/create.js.erb
social_stream-0.23.2 base/app/views/comments/create.js.erb
social_stream-base-0.17.1 app/views/comments/create.js.erb
social_stream-0.23.1 base/app/views/comments/create.js.erb
social_stream-base-0.17.0 app/views/comments/create.js.erb
social_stream-0.22.1 base/app/views/comments/create.js.erb
social_stream-base-0.16.4 app/views/comments/create.js.erb
social_stream-0.22.0 base/app/views/comments/create.js.erb
social_stream-base-0.16.3 app/views/comments/create.js.erb
social_stream-0.21.4 base/app/views/comments/create.js.erb
social_stream-base-0.16.2 app/views/comments/create.js.erb
social_stream-0.21.3 base/app/views/comments/create.js.erb
social_stream-0.21.2 base/app/views/comments/create.js.erb