Sha256: a79caf9d42e6ac1c01139990ceb2b62577e0397eb2b901845b5874f84fb19e76

Contents?: true

Size: 440 Bytes

Versions: 10

Compression:

Stored size: 440 Bytes

Contents

$("#thread_<%= @thread.id %>_comment_list_div").html("<%= escape_javascript(
    render :partial => 'list',
           :locals => {:comments => @thread.ordered_comments,
                       :user => @user}) %>");

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

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

$("#comment_<%= @comment.id.to_s %>_div").hide().fadeIn()[0].scrollIntoView();

<%= javascript_proc %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
commontator-4.5.4 app/views/commontator/comments/create.js.erb
commontator-4.5.3 app/views/commontator/comments/create.js.erb
commontator-4.5.2 app/views/commontator/comments/create.js.erb
commontator-4.5.1 app/views/commontator/comments/create.js.erb
commontator-4.5.0 app/views/commontator/comments/create.js.erb
commontator-4.4.1 app/views/commontator/comments/create.js.erb
commontator-4.3.0 app/views/commontator/comments/create.js.erb
commontator-4.2.2 app/views/commontator/comments/create.js.erb
commontator-4.2.1 app/views/commontator/comments/create.js.erb
commontator-4.2.0 app/views/commontator/comments/create.js.erb