diaspora/app/views/posts/destroy.js.erb

2 lines
122 B
Text

var target = $("#<%= @post.guid %>")
target.hide('blind', { direction: 'vertical' }, 300, function(){ target.remove() });