Sha256: 6698f1a05412c0ee39d94d7b49d9a056b9cf53ea96d5d790abc42b821556ef76

Contents?: true

Size: 353 Bytes

Versions: 4

Compression:

Stored size: 353 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} by #{commontator_name(@comment.editor)}") %>");

$("#error_explanation").remove();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commontator-4.5.3 app/views/commontator/comments/update.js.erb~
commontator-4.2.2 app/views/commontator/comments/update.js.erb~
commontator-4.2.1 app/views/commontator/comments/update.js.erb~
commontator-4.2.0 app/views/commontator/comments/update.js.erb~