Skip to content

Commit 098eaa3

Browse files
authored
All: upgrade main jQuery to 3.7.0 (#440)
Fixes gh-400
1 parent 1b03efd commit 098eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
28+
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
2929

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

0 commit comments

Comments
 (0)