Skip to content

Commit

Permalink
fixing the js library url
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Oct 19, 2023
1 parent b1e66e5 commit 6aa7a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/eSignature/eg044_embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>The document has been embedded with focused view.</h2>

<p><a href="/">Continue</a></p>

<script src='https://docucdn-a.akamaihd.net/demo/1ds/libs/@embedded-js/core/latest/dist/bundle.js'></script>
<script src='https://js.docusign.com/bundle.js'></script>
<script>
window.DocuSign.loadDocuSign('{{ integration_key }}')
.then((docusign) => {
Expand Down

0 comments on commit 6aa7a45

Please sign in to comment.