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 4c642ab commit 518de53Copy full SHA for 518de53
client/public/index.html
@@ -46,7 +46,10 @@
46
<body>
47
<noscript>You need to enable JavaScript to run this app.</noscript>
48
<div id="root"></div>
49
- <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+ <script src="https://code.jquery.com/jquery-3.7.1.js"
50
+ integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
51
+ crossorigin="anonymous">
52
+ </script>
53
<script src="https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js"></script>
54
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
55
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
0 commit comments