Fix sync auto

This commit is contained in:
manson666 2013-12-30 14:26:00 +08:00 committed by Manson Wang
parent 947f2765c6
commit 1a79c2fed3
1 changed files with 8 additions and 8 deletions

View File

@ -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