Skip to content

Commit 11d979c

Browse files
arthurvrscottgonzalez
authored andcommitted
Base Theme: Update to latest jQuery
Closes gh-332
1 parent 5570e43 commit 11d979c

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)