Sha256: 45f91ac6c45419d650faa12c39d1ded8025b6bdf5302fecaef1fcc4975dd506d

Contents?: true

Size: 677 Bytes

Versions: 9

Compression:

Stored size: 677 Bytes

Contents

<% if @custom.errors.present? %>
  $('#new_relation_custom_input_block').html("<%= escape_javascript render(:partial => 'relation/customs/form') %>");
<% else %>
  // Hide #permissions
  $('#permissions').html("");
  $('#permissions').hide();

  // Restore form
  $('#relation_custom_name').val('');
  $('#new_relation_custom_input_block').hide();
  $('#new_relation_custom_title_block').show();


  // Refresh list
  $('#relation_custom_list').html("<%= escape_javascript render(:partial => 'relation/customs/list', :object => @custom.sphere.customs.reload) %>");

  // Select relation_custom
  $('#' + '<%= dom_id @custom %>').checkBox('changeCheckStatus', true);
<% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
social_stream-base-0.6.3 app/views/relation/customs/create.js.erb
social_stream-base-0.6.2 app/views/relation/customs/create.js.erb
social_stream-base-0.6.1 app/views/relation/customs/create.js.erb
social_stream-base-0.6.0 app/views/relation/customs/create.js.erb
social_stream-base-0.5.2 app/views/relation/customs/create.js.erb
social_stream-base-0.5.1 app/views/relation/customs/create.js.erb
social_stream-base-0.5.0 app/views/relation/customs/create.js.erb
social_stream-0.4.6 app/views/relation/customs/create.js.erb
social_stream-0.4.5 app/views/relation/customs/create.js.erb