diff options
| author | Paul-Christian Volkmer | 2024-01-15 07:18:14 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-15 07:18:14 +0100 |
| commit | a1a252d5a95dc161523d1a6740f8439858789a59 (patch) | |
| tree | 9026be28fb1459d9739ee4d7e8f5acf3f91c5652 /src/main/resources/templates/statistics.html | |
| parent | 568942bfe51f7d960f1df6dd70f47127655e1a53 (diff) | |
build: use webjars for JS dependencies for now
Diffstat (limited to 'src/main/resources/templates/statistics.html')
| -rw-r--r-- | src/main/resources/templates/statistics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html index d06e40b..98d98cc 100644 --- a/src/main/resources/templates/statistics.html +++ b/src/main/resources/templates/statistics.html @@ -38,7 +38,7 @@ </section> </main> - <script th:src="@{/echarts.min.js}"></script> + <script th:src="@{/webjars/echarts/dist/echarts.min.js}"></script> <script th:src="@{/scripts.js}"></script> <script> window.onload = () => { |
