Sha256: 135662662036c65e9183a47b6ac075be9b5746c9f6a933b31634f49b638e8c95

Contents?: true

Size: 207 Bytes

Versions: 9

Compression:

Stored size: 207 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) %>");

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
social_stream-base-0.9.0 app/views/posts/create.js.erb
social_stream-base-0.8.2 app/views/posts/create.js.erb
social_stream-base-0.8.1 app/views/posts/create.js.erb
social_stream-base-0.8.0 app/views/posts/create.js.erb
social_stream-base-0.7.11 app/views/posts/create.js.erb
social_stream-base-0.7.10 app/views/posts/create.js.erb
social_stream-base-0.7.9 app/views/posts/create.js.erb
social_stream-base-0.7.8 app/views/posts/create.js.erb
social_stream-base-0.7.7 app/views/posts/create.js.erb