6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
<% if comment.errors.any? %>
|
|
$("#comments-box-<%= @annotation.id %> a.publish-comment").hide();
|
|
$("#js-comment-form-annotation-<%= annotation.id %>").toggle();
|
|
$("#js-comment-form-annotation-<%= annotation.id %> textarea").trigger("focus");
|
|
<% end %>
|