Skip to content

Commit 518de53

Browse files
remove lingering outdate jquery reference
1 parent 4c642ab commit 518de53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
<body>
4747
<noscript>You need to enable JavaScript to run this app.</noscript>
4848
<div id="root"></div>
49-
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
49+
<script src="https://code.jquery.com/jquery-3.7.1.js"
50+
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
51+
crossorigin="anonymous">
52+
</script>
5053
<script src="https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js"></script>
5154
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
5255
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"

0 commit comments

Comments
 (0)