Sha256: c9188586e038479f35db79e3d2af09ded52722df13876ae4cc2170d910ac25d9

Contents?: true

Size: 372 Bytes

Versions: 27

Compression:

Stored size: 372 Bytes

Contents

- if @list.valid?
  $('#lists').replaceWith('#{ j render(partial: "lists/lists") }');
  $('.list_save').show();

- else # Couldn't create the saved list -- validation failed.
  $form = $('.lists .list_form:visible')
  $form.effect("shake", { duration:250, distance: 6 });
  $form.find("[name='list[name]']").focus();
  $form.find("[type=submit]").prop('disabled', false);

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.19.2 app/views/lists/create.js.haml
fat_free_crm-0.19.0 app/views/lists/create.js.haml
fat_free_crm-0.18.2 app/views/lists/create.js.haml
fat_free_crm-0.14.2 app/views/lists/create.js.haml
fat_free_crm-0.15.2 app/views/lists/create.js.haml
fat_free_crm-0.16.4 app/views/lists/create.js.haml
fat_free_crm-0.17.3 app/views/lists/create.js.haml
fat_free_crm-0.18.1 app/views/lists/create.js.haml
fat_free_crm-0.18.0 app/views/lists/create.js.haml
fat_free_crm-0.14.1 app/views/lists/create.js.haml
fat_free_crm-0.15.1 app/views/lists/create.js.haml
fat_free_crm-0.16.3 app/views/lists/create.js.haml
fat_free_crm-0.17.2 app/views/lists/create.js.haml
fat_free_crm-0.16.2 app/views/lists/create.js.haml
fat_free_crm-0.17.1 app/views/lists/create.js.haml
fat_free_crm-0.16.1 app/views/lists/create.js.haml
fat_free_crm-0.16.0 app/views/lists/create.js.haml
fat_free_crm-0.15.0 app/views/lists/create.js.haml
fat_free_crm-0.15.0.beta.2 app/views/lists/create.js.haml
fat_free_crm-0.15.0.beta app/views/lists/create.js.haml