Skip to content

Commit

Permalink
jquery update
Browse files Browse the repository at this point in the history
  • Loading branch information
Razumain committed Feb 1, 2023
1 parent 898d030 commit 41c334b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/admin-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>
<script src="webjars/bootbox/5.5.2/bootbox.js"></script>
<script src="webjars/bootbox/5.5.2/bootbox.locales.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/cert-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>
<script src="webjars/bootbox/5.5.2/bootbox.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/general-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>
<script src="webjars/bootstrap-select/1.13.18/js/bootstrap-select.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/http-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/issue-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>
<script src="js/ca-common.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/login-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>
<script src="webjars/bootstrap-select/1.13.18/js/bootstrap-select.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/main-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" th:content="${htmlInfo.getHtmlAuthor()}"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<script src="webjars/jquery/3.6.1/jquery.min.js"></script>
<script src="webjars/jquery/3.6.3/jquery.min.js"></script>
<script src="webjars/popper.js/1.16.1/dist/umd/popper.min.js"></script>
<script src="webjars/bootstrap/5.2.3/js/bootstrap.min.js"></script>

Expand Down

0 comments on commit 41c334b

Please sign in to comment.