Skip to content

Commit

Permalink
All: upgrade main jQuery to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Aug 28, 2023
1 parent 993adbd commit e93e96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<script src="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.2.8.3.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 e93e96e

Please sign in to comment.