Sha256: 244f68870244ab73424a8112114b3f0ad58dcd939e47923e1321df3784d65211

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

$(".submitActivity").val("<%= I18n.t('share') %>");
$('.input_new_comments').val("");   
$('.input_new_comments').blur();   
$(".submitActivity").removeAttr("disabled");   
$('.input_new_comments').removeAttr('readonly'); 
$('.new_comment').removeAttr("disabled");   

//Display the new comment
$("#comments_activity_<%= @comment.post_activity.parent.id %>").append("<%= escape_javascript(render @comment.post_activity) %>");
$(".activities_comment_btn").hide();

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-base-0.9.1 app/views/comments/create.js.erb