Skip to content

Commit

Permalink
Update pgRedirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianouimette authored Sep 13, 2023
1 parent eaa3cc5 commit 1af44d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgRedirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ <h2 class="result">Redirect Result Passed to FileMaker</h2>
let version = stateArr.version;
let params = encodeURIComponent(jsonArr);
let fmpURL = "fmp" + version + "://$/" + file + "?script=" + script+ "&param=" + jsonParams;
console.log(params);
console.log(fmpURL);

try{
window.location = fmpURL;
Expand Down

0 comments on commit 1af44d5

Please sign in to comment.