From b4ae7648d498aaffc4dad0a0efe6f11e485bc73f Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 1 Apr 2011 19:01:39 -0400 Subject: [PATCH] added comment vote views --- app/views/comment_votes/error.js.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/comment_votes/error.js.erb diff --git a/app/views/comment_votes/error.js.erb b/app/views/comment_votes/error.js.erb new file mode 100644 index 000000000..3cbad8c29 --- /dev/null +++ b/app/views/comment_votes/error.js.erb @@ -0,0 +1 @@ +Danbooru.Utility.j_alert(<%= @exception.to_s.to_json); \ No newline at end of file