Sha256: c39e0d73d6b5bdbcddfa023b4b9dc2f4edb9064dad9586b968e3b1dbddb2af6e

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

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

$("#thread_<%= @thread.id %>_new_comment_form_div").fadeIn()[0].scrollIntoView();

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

<%= javascript_proc %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commontator-5.1.0 app/views/commontator/comments/new.js.erb
commontator-5.0.0 app/views/commontator/comments/new.js.erb