Sha256: 78fef6bc6fbbc2ced11cfa4d367a2e22698ef7d1bbd62a9cb8e06a709b2569df

Contents?: true

Size: 324 Bytes

Versions: 9

Compression:

Stored size: 324 Bytes

Contents

id = dom_id(@comment)

if @comment.errors.empty?
  page[id].replace :partial => "comment", :collection => [ @comment ]
  page[id].visual_effect :highlight, :duration => 1.0
else
  page[id].replace_html :partial => "edit"
  page[id].visual_effect :shake, :duration => 0.25, :distance => 6
  page[:comment_comment].focus
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/comments/update.js.rjs
fat_free_crm-0.12.2 app/views/comments/update.js.rjs
fat_free_crm-0.12.1 app/views/comments/update.js.rjs
fat_free_crm-0.12.0 app/views/comments/update.js.rjs
fat_free_crm-0.11.4 app/views/comments/update.js.rjs
fat_free_crm-0.11.3 app/views/comments/update.js.rjs
fat_free_crm-0.11.2 app/views/comments/update.js.rjs
fat_free_crm-0.11.1 app/views/comments/update.js.rjs
fat_free_crm-0.11.0 app/views/comments/update.js.rjs