Skip to content

Commit

Permalink
put jquery above bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 7, 2024
1 parent 6e47c8c commit 970612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/layouts/partials/head/_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

<script>{{- $sharedJS.Content | safeJS -}}</script>

<script src="/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script>

0 comments on commit 970612b

Please sign in to comment.