Sha256: d1f07f4302b2d9a90e800d553bb2b20b73193f1cfc887add72486fe7cb983fce

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 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").fadeIn()[0].scrollIntoView();

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

<%= javascript_proc %>

Version data entries

1 entries across 1 versions & 1 rubygems

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