Sha256: a81b7947892709b7df206bda274f311181fe22329017e618ac45c7a308ab4658
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
$("#comment_<%= @comment.id.to_s %>_body_div").html("<%= escape_javascript( render partial: 'body', locals: { comment: @comment }) %>"); $("#comment_<%= @comment.id.to_s %>_updated_timestamp_span").html("<%= escape_javascript( @comment.updated_timestamp) %>"); <%= javascript_proc %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commontator-5.1.0 | app/views/commontator/comments/update.js.erb |
commontator-5.0.0 | app/views/commontator/comments/update.js.erb |