Sha256: 18a15d96bee7fabb9b1a9884b547f48a74b2f4e7d6ddbf8eb5501e5982b92751
Contents?: true
Size: 501 Bytes
Versions: 19
Compression:
Stored size: 501 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
19 entries across 19 versions & 2 rubygems