Skip to content

Commit

Permalink
All: upgrade main jQuery to 3.7.1
Browse files Browse the repository at this point in the history
Closes #7.
  • Loading branch information
timmywil authored Sep 18, 2023
1 parent 1a26531 commit 6710984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<script src="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.2.6.2.min.js"></script>

<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>

<script src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
Expand Down

0 comments on commit 6710984

Please sign in to comment.