AyuntamientoMadrid/participacion

View on GitHub
app/views/legislation/annotations/_comments_box_form.js.erb

Summary

Maintainability
Test Coverage
<% 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 %>