Sha256: a79b947840805d6bfc7c6096cfc56aa92c37b9e10b9eef6831793ad01c5e4b80

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

if @file_attachment.valid?
  page << %Q{
    $('#blank_description_form').hide();
    $('#file_attachment_#{@file_attachment.id}_description').replaceWith('#{description_display(@file_attachment)}');
    $('#file_attachment_#{@file_attachment.id}').effect('highlight', {
      color: '#C3D9FF'
    }, 2500)
  }
else
  page << %Q{
    alert("The file description could not be saved.");
  }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
file_share-0.1.1 app/views/file_attachments/update.js.rjs
file_share-0.1.0 app/views/file_attachments/update.js.rjs