Skip to content

Commit

Permalink
Save params demo - fix link to smart script latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Mar 25, 2024
1 parent 6bd3689 commit e4e07e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/save_params_demo/save_params_demo_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>Output URL</h2>
</div>
</div>

<script type="text/javascript" src="../https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js"></script>
<script type="text/javascript" src="https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js"></script>
<script>
// load the input URL to thr input_url textArea
document.getElementById('input_url').innerHTML = window.location.href;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>Output URL</h2>
</div>
</div>

<script type="text/javascript" src="../https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js"></script>
<script type="text/javascript" src="https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js"></script>
<script src="../scripts/prism.js"></script>
<script src="../scripts/prism-line-numbers.js"></script>
<script src="../scripts/prism-live.js"></script>
Expand Down

0 comments on commit e4e07e7

Please sign in to comment.