Skip to content

Commit 575a8cf

Browse files
committed
jquery: Update jQuery from 1.11.2 to 1.11.3, switch to our CDN
Closes #381
1 parent 0158a00 commit 575a8cf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
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.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>
31+
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
3332

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

0 commit comments

Comments
 (0)