We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab89327 commit 1fd6012Copy full SHA for 1fd6012
jsonvalidator-web/src/main/resources/templates/uploadForm.html
@@ -2,7 +2,7 @@
2
<html lang="en" xmlns:th="http://www.thymeleaf.org">
3
<head>
4
<title th:replace="~{fragments/common :: header}">Validator</title>
5
- <script th:src="@{/webjars/codemirror/5.62.2/mode/javascript/javascript.js}"></script>
+ <script th:src="@{/webjars/codemirror/mode/javascript/javascript.js}"></script>
6
<script th:src="@{/js/lib/FileSaver.min.js}"></script>
7
<script th:src="@{/js/itb-upload-json.js}"></script>
8
<script th:attr="nonce=${nonce}" th:inline="javascript">
0 commit comments