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

- old
+ new

@@ -1,7 +1,8 @@ <% if params[:api_settings].present? %> $('#api_token').html('<%= current_subject.authentication_token.blank? ? t('settings.api_key.empty') : current_subject.authentication_token %>') <% else %> $("#content").html("<%= escape_javascript(render :partial => 'index') %>"); + <%= toolbar %> <% end %>