Skip to content

Commit

Permalink
fixing color sense
Browse files Browse the repository at this point in the history
  • Loading branch information
rahon6000 committed Oct 8, 2023
1 parent a1f1ee8 commit 0fc7757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PF/ColorSense/js/generateColor.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ function showResult() {
aColor : myColor,
elapse : (finTime - initTime)
};
xmlHttp.setRequestHeader("Contetn-Type", "application/json");
xmlHttp.open("POST", "https://rahon.dev/send");
xmlHttp.setRequestHeader("Contetn-Type", "application/json");
xmlHttp.send(sendObj);
}
function adjustingSlider(sidx) {
Expand Down

0 comments on commit 0fc7757

Please sign in to comment.