Sha256: 8d8abd429a3e2e4df8a2216ac450e73ac16e65da0459dfe337252e57fd172b4b
Contents?: true
Size: 521 Bytes
Versions: 1
Compression:
Stored size: 521 Bytes
Contents
$("#commontator-thread-<%= @commontator_thread.id %>-new-comment").html("<%= escape_javascript( render partial: 'form', locals: { comment: @comment, thread: @commontator_thread, per_page: @commontator_per_page } ) %>"); $("#commontator-thread-<%= @commontator_thread.id %>-new-comment").fadeIn()[0].scrollIntoView(); $("#commontator-thread-<%= @commontator_thread.id %>-new-comment-link").hide(); $('#commontator-thread-<%= @commontator_thread.id %>-new-comment-body').focus(); <%= javascript_proc %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
commontator-6.0.0.pre.1 | app/views/commontator/comments/new.js.erb |