Skip to content

Commit eb4dfb8

Browse files
committed
*.jquery.com: Update jQuery version link in footer to 1.8.3, fix type
1 parent 00911ee commit eb4dfb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

themes/jquery/footer.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
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.7.2/jquery.min.js">
11+
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
1212
</div>
1313
<div class="download">
14-
<strong>Download jQuery 1.7.2:</strong>
14+
<strong>Download jQuery 1.8.3:</strong>
1515
<span>
16-
<a href="http://code.jquery.com/jquery-1.7.2.min.js">Minified <em>(32KB)</em></a>
17-
<a href="http://code.jquery.com/jquery-1.7.2.js">Unminified <em>(247KB)</em></a>
16+
<a href="http://code.jquery.com/jquery-1.8.3.min.js">Minified <em>(33KB)</em></a>
17+
<a href="http://code.jquery.com/jquery-1.8.3.js">Unminified <em>(267KB)</em></a>
1818
</span>
1919
</div>
2020
<ul class="footer-icon-links">
@@ -29,16 +29,16 @@
2929
<ul class="presentations">
3030
<li>
3131
<a href="#">
32-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/building-spas-jquerys-best-friends.jpg" alt="Building Single Page Applications With jQuery's Best Friends by Addy Osmoni" width="142" height="92" /></span>
32+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/building-spas-jquerys-best-friends.jpg" alt="Building Single Page Applications With jQuery's Best Friends by Addy Osmani" width="142" height="92" /></span>
3333
<strong>Building Single Page Applications With jQuery's Best Friends</strong><br />
34-
<cite>Addy Osmoni</cite>
34+
<cite>Addy Osmani</cite>
3535
</a>
3636
</li>
3737
<li>
3838
<a href="#">
39-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/addyosmani-2.jpg" alt="jQuery Performance Tips &amp; Tricks by Addy Osmoni" width="142" height="92" /></span>
39+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/addyosmani-2.jpg" alt="jQuery Performance Tips &amp; Tricks by Addy Osmani" width="142" height="92" /></span>
4040
<strong>jQuery Performance<br />Tips &amp; Tricks</strong><br />
41-
<cite>Addy Osmoni</cite>
41+
<cite>Addy Osmani</cite>
4242
</a>
4343
</li>
4444
</ul>

0 commit comments

Comments
 (0)