Draiken/opinio

View on GitHub
app/views/opinio/comments/reply.js.erb

Summary

Maintainability
Test Coverage
$("#commentable_id").val('<%= @commentable_id %>');
$("#commentable_type").val('<%= @commentable_type %>');
$("#new_comment textarea").val('');
$("#new_comment textarea").focus();