Skip to content

Commit 21c9311

Browse files
authored
Merge pull request #16 from docusign/TOS-5242
Update head.jsp
2 parents 75b8aa6 + 8ad6356 commit 21c9311

File tree

1 file changed

+2
-3
lines changed
  • src/main/webapp/WEB-INF/templates/views/partials

1 file changed

+2
-3
lines changed

src/main/webapp/WEB-INF/templates/views/partials/head.jsp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525

2626
<!--JQuery Library-->
27-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
28-
</script>
27+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
2928

3029
<!-- Bootstrap core CSS -->
3130
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
@@ -141,4 +140,4 @@
141140

142141

143142
<div class="container">
144-
<section id="content">
143+
<section id="content">

0 commit comments

Comments
 (0)