We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c931a29 commit aecd488Copy full SHA for aecd488
launcher-csharp/WebForms/Views/CreateAndEmbedForm/Embed.cshtml
@@ -5,7 +5,7 @@
5
<html>
6
<head>
7
<meta charset="UTF-8" />
8
- @Html.Raw("<script src='https://docutest-a.akamaihd.net/integration/1ds/libs/@embedded-js/core/0.0.23/dist/bundle.js'></script>")
+ @Html.Raw("<script src='https://js.docusign.com/bundle.js'></script>")
9
</head>
10
11
<body>
@@ -22,7 +22,7 @@
22
23
<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
24
25
-@Html.Raw("<script src='https://docutest-a.akamaihd.net/integration/1ds/libs/@embedded-js/core/0.0.23/dist/bundle.js'></script>")
+@Html.Raw("<script src='https://js.docusign.com/bundle.js'></script>")
26
27
<script>
28
async function loadWebform() {
0 commit comments