Skip to content

Commit ebe17d3

Browse files
committed
Base theme: update to latest jQuery
1 parent 6d7f768 commit ebe17d3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

themes/jquery/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

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

31-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
32-
<script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.9.1.min.js"><\/script>')</script>
31+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
32+
<script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.11.2.min.js"><\/script>')</script>
3333

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

0 commit comments

Comments
 (0)