style/js fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<% if @comment_vote.errors.any? %>
|
||||
Danbooru.j_error("<%= j @comment_vote.errors.full_messages.join('; ') %>");
|
||||
Danbooru.error("<%= j @comment_vote.errors.full_messages.join('; ') %>");
|
||||
<% elsif @comment_vote.is_negative? %>
|
||||
$(".comment[data-comment-id=<%= @comment.id %>]").remove();
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user