Sha256: 66836bbeed5bf6afc36c4f040361f0aa32604fbcd02913d2a0f83850ffdc7dd8

Contents?: true

Size: 438 Bytes

Versions: 4

Compression:

Stored size: 438 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();

$("#error_explanation").remove();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commontator-4.5.3 app/views/commontator/comments/new.js.erb~
commontator-4.2.2 app/views/commontator/comments/new.js.erb~
commontator-4.2.1 app/views/commontator/comments/new.js.erb~
commontator-4.2.0 app/views/commontator/comments/new.js.erb~