Skip to content

Commit

Permalink
Update redirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianouimette authored Sep 13, 2023
1 parent a02d130 commit 7327dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2 class="result">Redirect Result Passed to FileMaker</h2>
script +
"&param=" +
param;
let fmpURL = encodeURIComponent(url);
let fmpURL = url;

try {
window.location = fmpURL;
Expand Down

0 comments on commit 7327dfa

Please sign in to comment.