Skip to content

Commit 5f29122

Browse files
committed
Fixed #183
1 parent 8d0121b commit 5f29122

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@
160160
<artifactId>jquery</artifactId>
161161
<version>3.4.1</version>
162162
</dependency>
163-
<dependency>
164-
<groupId>org.webjars.npm</groupId>
165-
<artifactId>popper.js</artifactId>
166-
<version>1.16.0</version>
167-
</dependency>
168163
<dependency>
169164
<groupId>org.webjars</groupId>
170165
<artifactId>bootstrap</artifactId>
@@ -424,10 +419,6 @@
424419
<groupId>org.webjars</groupId>
425420
<artifactId>jquery</artifactId>
426421
</dependency>
427-
<dependency>
428-
<groupId>org.webjars.npm</groupId>
429-
<artifactId>popper.js</artifactId>
430-
</dependency>
431422
<dependency>
432423
<groupId>org.webjars</groupId>
433424
<artifactId>bootstrap</artifactId>

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
</nav>
7272
</footer>
7373
<script th:src="@{/js/google-analytics.js}"></script>
74-
<script th:src="@{/webjars/jquery/3.4.1/jquery.min.js}"></script>
75-
<script th:src="@{/webjars/popper.js/1.16.0/umd/popper.min.js}"></script>
74+
<script th:src="@{/webjars/jquery/3.4.1/jquery.slim.min.js}"></script>
75+
<script th:src="@{/webjars/popper.js/1.14.3/umd/popper.min.js}"></script>
7676
<script th:src="@{/webjars/bootstrap/4.4.1-1/js/bootstrap.min.js}"></script>
7777
<script th:src="@{/webjars/font-awesome/5.13.0/js/all.min.js}"></script>
7878
<!--/* Per-page placeholder for additional links */-->

0 commit comments

Comments
 (0)