Skip to content

Commit

Permalink
Update application.js
Browse files Browse the repository at this point in the history
  • Loading branch information
znagler committed May 14, 2023
1 parent 16a40a7 commit 4641e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict2016/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function setPredictButton(){
// success: displayResults
// });
var queryParams = "i1=" + encodeURIComponent(i1) + "&i2=" + i2 + "&i3=" + i3 + "&i4=" + i4
console.log(queryParams, queryParams)
console.log("queryParams", queryParams)
$.ajax({
dataType: "text",
url: "https://hq33siilacynsmmt4rkgewxcoi0optah.lambda-url.us-east-1.on.aws/?" + queryParams,
Expand Down

0 comments on commit 4641e52

Please sign in to comment.