Sha256: 505e1ecffe88a38b4e69d43feebdbc609a5eff3d21c2379ef92a42051c55c3d8

Contents?: true

Size: 261 Bytes

Versions: 14

Compression:

Stored size: 261 Bytes

Contents

//set a new value to input field with javascript
$("#input_activities").val("<%= t('activity.input') %>");
//Display the new post
$("#wall").prepend("<%= escape_javascript(render @post.post_activity) %>");

// TEMPORARY FIX
//$("#activities_share_btn").hide();

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
social_stream-base-0.7.6 app/views/posts/create.js.erb
social_stream-base-0.7.5 app/views/posts/create.js.erb
social_stream-base-0.7.4 app/views/posts/create.js.erb
social_stream-base-0.7.3 app/views/posts/create.js.erb
social_stream-base-0.7.2 app/views/posts/create.js.erb
social_stream-base-0.7.1 app/views/posts/create.js.erb
social_stream-base-0.7.0 app/views/posts/create.js.erb
social_stream-base-0.6.8 app/views/posts/create.js.erb
social_stream-base-0.6.6 app/views/posts/create.js.erb
social_stream-base-0.6.5 app/views/posts/create.js.erb
social_stream-base-0.6.3 app/views/posts/create.js.erb
social_stream-base-0.6.2 app/views/posts/create.js.erb
social_stream-base-0.6.1 app/views/posts/create.js.erb
social_stream-base-0.6.0 app/views/posts/create.js.erb