Fix sync auto
This commit is contained in:
parent
ed8b42e948
commit
3375a41106
|
@ -550,12 +550,12 @@ end
|
|||
end
|
||||
|
||||
end
|
||||
respond_to do |format|
|
||||
# respond_to do |format|
|
||||
|
||||
format.html
|
||||
format.json { render json: {"success"=>true}.to_json}
|
||||
# format.html
|
||||
# format.json { render json: {"success"=>true}.to_json}
|
||||
|
||||
end
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -683,12 +683,12 @@ def sync_book_data_auto
|
|||
end
|
||||
end
|
||||
end
|
||||
respond_to do |format|
|
||||
# respond_to do |format|
|
||||
|
||||
format.html
|
||||
format.json { render json: {"success"=>true}.to_json}
|
||||
# format.html
|
||||
# format.json { render json: {"success"=>true}.to_json}
|
||||
|
||||
end
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Reference in New Issue