Sha256: 31e0c7689cc9cbe706b9781036eb8630b6cf35bbfc605a0a92bd209c99f3dd0b

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").hide();

$("#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~