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