Sha256: 0f3e1c2605e84a66e0baa9ce0c0698c30f3df37e7c1389e7bb6be146a48f254e

Contents?: true

Size: 298 Bytes

Versions: 6

Compression:

Stored size: 298 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

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.8.0 app/views/commontator/comments/update.js.erb
commontator-4.7.2 app/views/commontator/comments/update.js.erb
commontator-4.7.1 app/views/commontator/comments/update.js.erb
commontator-4.7.0 app/views/commontator/comments/update.js.erb
commontator-4.6.1 app/views/commontator/comments/update.js.erb
commontator-4.6.0 app/views/commontator/comments/update.js.erb