Skip to content

Commit 3fc5185

Browse files
committed
All sites: Update to jQuery 1.9.1, reference jQuery 1.9.1 download in sites that use default jquery footer
1 parent 5aa7912 commit 3fc5185

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

themes/jquery/footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<h3><span>Quick Access</span></h3>
99
<div class="cdn">
1010
<strong>CDN</strong>
11-
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js">
11+
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
1212
</div>
1313
<div class="download">
14-
<strong><a href="http://jquery.com/download/">Download jQuery 1.9.0 →</a></strong>
14+
<strong><a href="http://jquery.com/download/">Download jQuery 1.9.1 →</a></strong>
1515
</div>
1616
<ul class="footer-icon-links">
1717
<li><a class="icon-github" href="http://github.com/jquery/jquery">GitHub <small>jQuery <br>Source</small></a></li>

themes/jquery/header.php

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

3131
<script src="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.2.6.2.min.js"></script>
3232

33-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
34-
<script>window.jQuery || document.write(unescape('%3Cscript src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.9.0.min.js"%3E%3C/script%3E'))</script>
33+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
34+
<script>window.jQuery || document.write(unescape('%3Cscript src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.9.1.min.js"%3E%3C/script%3E'))</script>
3535
<script src="http://code.jquery.com/jquery-migrate-1.0.0.min.js"></script>
3636

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

themes/jquery/js/jquery-1.9.0.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

themes/jquery/js/jquery-1.9.1.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)