Sha256: ba56a337e9b616987cf83d0a961afe75ecf0aa230adaf2e80a34a440f0d8d27a

Contents?: true

Size: 388 Bytes

Versions: 86

Compression:

Stored size: 388 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();   
});

setActivityPrivacyTooltips("<%= escape_javascript dom_id(@comment.post_activity) %>");

unblock_all_forms();

Version data entries

86 entries across 86 versions & 4 rubygems

Version Path
social_stream-base-0.9.35 app/views/comments/create.js.erb
social_stream-0.12.12 base/app/views/comments/create.js.erb
social_stream-base-0.9.34 app/views/comments/create.js.erb
social_stream-0.12.11 base/app/views/comments/create.js.erb
social_stream-base-0.9.33 app/views/comments/create.js.erb
social_stream-0.12.10 base/app/views/comments/create.js.erb
social_stream-base-0.9.32 app/views/comments/create.js.erb
social_stream-0.12.9 base/app/views/comments/create.js.erb
social_stream-base-0.9.31 app/views/comments/create.js.erb
social_stream-0.12.8 base/app/views/comments/create.js.erb
social_stream-base-0.9.30 app/views/comments/create.js.erb
social_stream-0.12.7 base/app/views/comments/create.js.erb
social_stream-base-0.9.29 app/views/comments/create.js.erb
social_stream-0.12.6 base/app/views/comments/create.js.erb
social_stream-0.12.5 base/app/views/comments/create.js.erb
social_stream-base-0.9.28 app/views/comments/create.js.erb
social_stream-0.12.4 base/app/views/comments/create.js.erb
social_stream-base-0.9.27 app/views/comments/create.js.erb
social_stream-0.12.3 base/app/views/comments/create.js.erb
social_stream-base-0.9.26 app/views/comments/create.js.erb