Sha256: ad19f7941bd4216fab8c3fe0d34647d7c3d66ab3020f2c482eb35444a0434204

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 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

9 entries across 9 versions & 1 rubygems

Version Path
commontator-4.11.1 app/views/commontator/comments/new.js.erb
commontator-4.11.0 app/views/commontator/comments/new.js.erb
commontator-4.10.5 app/views/commontator/comments/new.js.erb
commontator-4.10.4 app/views/commontator/comments/new.js.erb
commontator-4.10.3 app/views/commontator/comments/new.js.erb
commontator-4.10.2 app/views/commontator/comments/new.js.erb
commontator-4.10.1 app/views/commontator/comments/new.js.erb
commontator-4.10.0 app/views/commontator/comments/new.js.erb
commontator-4.9.0 app/views/commontator/comments/new.js.erb