Skip to content

Commit

Permalink
Merge pull request #129 from commjoen/simplifybootstrap
Browse files Browse the repository at this point in the history
Remove popper.js dep in index.html and use bootstrap bundle instead
  • Loading branch information
commjoen authored Dec 16, 2021
2 parents 32cf613 + c7057c7 commit bbbc800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<th:block layout:fragment="content"></th:block>
</div>

<script th:src="@{/webjars/popper.js/2.10.2/umd/popper.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.1.3/js/bootstrap.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.1.3/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.js}"></script>
</body>
</html>

0 comments on commit bbbc800

Please sign in to comment.