Sha256: 5963792fb7476c1cf864ecbd0da00412eda8647aa2afbe8ae4b2bb01c4ef1394

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

$("#comment_<%= @comment.id.to_s %>_body_div").html("<%= escape_javascript(
  render :partial => 'body', :locals => {:comment => @comment}) %>");

$("#comment_<%= @comment.id.to_s %>_timestamp_span").html("<%= escape_javascript(
                                                           comment_timestamp(@comment)) %>");

<%= javascript_callback %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
commontator-0.2.4 app/views/commontator/comments/update.js.erb
commontator-0.2.0 app/views/commontator/comments/update.js.erb
commontator-0.1.46 app/views/commontator/comments/update.js.erb