This commit is contained in:
r888888888
2013-04-18 00:04:51 -07:00
parent 53ee04d6a2
commit 36bbda3d45
5 changed files with 24 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
<% if @error %>
Danbooru.error("<%= j @error.to_s %>");
Danbooru.notice("<%= j @error.to_s %>");
<% else %>
Danbooru.notice("Vote saved");
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);
<% end %>