Sha256: 5591881050a5fdc8d62a2f3dd4406955b191a8dbc13b906df65757402cbc9876
Contents?: true
Size: 486 Bytes
Versions: 13
Compression:
Stored size: 486 Bytes
Contents
- id = dom_id(@comment) - if params[:cancel].true? # <----------------- Hide [Edit Comment] $('##{id}').replaceWith('#{ j render(partial: "comment", collection: [ @comment ]) }'); - else # <----------------------------------------- Show [Edit Comment] form. -# Disable onMouseOver for the list item. crm.highlight_off('#{id}'); $('##{id}').html('#{ j render(partial: "edit", locals: { commentable: @comment.commentable }) }'); $('##{dom_id(@comment, :text)}').focus();
Version data entries
13 entries across 13 versions & 1 rubygems