Sha256: 9581f45b5d6d38335c830a876eef5f82a81a5eadcfa019ef549d77d80bb1c3eb

Contents?: true

Size: 405 Bytes

Versions: 24

Compression:

Stored size: 405 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 %>

Version data entries

24 entries across 24 versions & 1 rubygems

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