Defer Bootstrap JS.

This commit is contained in:
Kaj Forney 2023-02-21 18:25:23 -07:00
parent 6b2ac7d7b2
commit 46de37888d
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -432,7 +432,7 @@
<script src="js/plugins.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
crossorigin="anonymous" defer></script>
<script>
document.getElementById("footerText").innerHTML = "Copyright © Kaj Forney 2018-" + new Date(Date.now()).getFullYear();