Sha256: 43b0ae2cbaab871abdbd7263eac03f44d7dd26ed0346a80970d79d21aa265ed9
Contents?: true
Size: 417 Bytes
Versions: 27
Compression:
Stored size: 417 Bytes
Contents
var hidden_input = $("input[name='<%= j params[:page_part_id] %>[attachment_tokens]']"); var attachment_collection = $("<%= j render partial: 'attachment_collection', locals: {attachments: @attachments} %>"); hidden_input.parents('td').find('.attachment, .placeholder').remove(); hidden_input.parents('td a').append(attachment_collection); hidden_input.val("<%= @attachments.map(&:id).join(',') %>"); $.hideModal();
Version data entries
27 entries across 27 versions & 1 rubygems