Files
grecia/app/views/legislation/annotations/_comments_box_form.js.erb
Senén Rodero Rodríguez f4916a981a Fix focus deprecation warning
2020-08-28 16:09:41 +02:00

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 %>