fixes #1727, update version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class CommentVotesController < ApplicationController
|
||||
respond_to :js
|
||||
respond_to :js, :json
|
||||
before_filter :member_only
|
||||
|
||||
def create
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user