From 61c2db8c94a3f3cd113daa2f7c37cf15991e085c Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 21 Jun 2013 13:25:27 -0700 Subject: [PATCH] fixes #1727, update version --- app/controllers/comment_votes_controller.rb | 2 +- config/danbooru_default_config.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/comment_votes_controller.rb b/app/controllers/comment_votes_controller.rb index c0c8c75f7..ff74f5105 100644 --- a/app/controllers/comment_votes_controller.rb +++ b/app/controllers/comment_votes_controller.rb @@ -1,5 +1,5 @@ class CommentVotesController < ApplicationController - respond_to :js + respond_to :js, :json before_filter :member_only def create diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index f39477060..146ec1840 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.18.0" + "2.19.0" end # The name of this Danbooru.