Skip to content

Commit 30dd98b

Browse files
committed
fixes JoyChou93#23
1 parent ab69c0b commit 30dd98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="_csrf_headerName" th:content="${_csrf.headerName}" />
99
<meta name="_csrf_parameterName" th:content="${_csrf.parameterName}" />
1010
<link rel="stylesheet" th:href="@{/css/login.css}" type="text/css" />
11-
<script th:src="@{https://code.jquery.com/jquery-3.4.1.min.js}"></script>
11+
<script th:src="@{https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js}"></script>
1212

1313
<script>
1414
window.csrfToken = {

0 commit comments

Comments
 (0)