Skip to content

Commit 1fd6012

Browse files
committed
Updates for webjar locator usage.
1 parent ab89327 commit 1fd6012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonvalidator-web/src/main/resources/templates/uploadForm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<title th:replace="~{fragments/common :: header}">Validator</title>
5-
<script th:src="@{/webjars/codemirror/5.62.2/mode/javascript/javascript.js}"></script>
5+
<script th:src="@{/webjars/codemirror/mode/javascript/javascript.js}"></script>
66
<script th:src="@{/js/lib/FileSaver.min.js}"></script>
77
<script th:src="@{/js/itb-upload-json.js}"></script>
88
<script th:attr="nonce=${nonce}" th:inline="javascript">

0 commit comments

Comments
 (0)