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