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.