Skip to content

Commit

Permalink
Comment out old jquery file
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankgeorge committed Apr 15, 2024
1 parent c52c8fe commit 08fd8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script src="{{ "https://code.jquery.com/jquery-migrate-1.4.1.js" | prepend: site.baseurl }}"></script>

<!-- jQuery Version 1.11.0 -->
<script src="{{ "/js/jquery.js" | prepend: site.baseurl }}"></script>
<!-- <script src="{{ "/js/jquery.js" | prepend: site.baseurl }}"></script> -->

<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
Expand Down

0 comments on commit 08fd8c2

Please sign in to comment.