events/app/views/events/index.js.erb in social_stream-0.23.4 vs events/app/views/events/index.js.erb in social_stream-0.24.0

- old
+ new

@@ -1 +1 @@ -$("#tipsy-<%= params[:tipsy] %>").html("<%= escape_javascript render(@events) %>"); +$("#tipsy-<%= params[:tipsy] %>").html("<%= escape_javascript render(:partial => "event_sidebar", :collection => @events) %>");