Sha256: 107d0b4517e91b5fd182ec603434b0f794dea7a4878f793c8edc02134fdc2b76

Contents?: true

Size: 409 Bytes

Versions: 3

Compression:

Stored size: 409 Bytes

Contents

$("#thread_<%= @thread.id %>_new_comment_div").html("<%= escape_javascript(
  render :partial => 'form',
         :locals => {
                       :comment => @comment,
                       :thread => @thread
                    }) %>");
                    
$("#thread_<%= @thread.id %>_new_comment_div").show();

$("#thread_<%= @thread.id %>_new_comment_link_span").hide();

<%= javascript_callback %>

Version data entries

3 entries across 3 versions & 1 rubygems

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