Sha256: dbc2c5825fbbb304493888c13431d0db40bedd1c931a5cd1aca7e6be02773391

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 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_proc(self) %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commontator-0.4.1 app/views/commontator/comments/new.js.erb~
commontator-0.3.10 app/views/commontator/comments/new.js.erb~