Sha256: 6adb969e6cfea75e9e9396771c2b0a0400c1d136aa8d0bfe63b945945d8a8055

Contents?: true

Size: 280 Bytes

Versions: 5

Compression:

Stored size: 280 Bytes

Contents

- if @task.errors.empty?
  $('##{dom_id(@task)}').slideUp(250);

  - if @empty_bucket
    $('#list_#{@empty_bucket}').fadeOut({ duration:500 });

  - if called_from_index_page?
    = refresh_sidebar(:index)
- else # Errors
  $('#task_name').focus();
  $('#task_submit').enable();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/tasks/uncomplete.js.haml
fat_free_crm-0.22.0 app/views/tasks/uncomplete.js.haml
fat_free_crm-0.21.0 app/views/tasks/uncomplete.js.haml
fat_free_crm-0.20.1 app/views/tasks/uncomplete.js.haml
fat_free_crm-0.20.0 app/views/tasks/uncomplete.js.haml