Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianouimette authored Sep 11, 2023
1 parent abcbcef commit 6ba373f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ <h2 class="result">Redirect Result Passed to FileMaker</h2>
let state = jsonArr.state;
let script = state;

console.log(result);
console.log(state);
console.log(script);

window.FileMaker.PerformScript(script, jsonParams);
}
Expand Down

0 comments on commit 6ba373f

Please sign in to comment.