Skip to content

Commit 24b5c43

Browse files
committed
Merge pull request #107 from mohnish/patch-4
Updated all jQuery links to 1.7.2
2 parents ca8cf1f + 3be35a4 commit 24b5c43

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

layouts/footer.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
</div>
32
<!-- /container -->
43

@@ -9,12 +8,12 @@
98
<h3><span>Quick Access</span></h3>
109
<div class="cdn">
1110
<strong>CDN</strong>
12-
<span>//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js</span>
11+
<span>//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js</span>
1312
</div>
1413
<div class="download">
15-
<strong>Download jQuery 1.7.1:</strong>
16-
<span><a href="//code.jquery.com/jquery-1.7.1.min.js">Minified <em>(29KB)</em></a>
17-
<a href="//code.jquery.com/jquery-1.7.1.js">Unminified <em>(212KB)</em></a></span>
14+
<strong>Download jQuery 1.7.2:</strong>
15+
<span><a href="//code.jquery.com/jquery-1.7.2.min.js">Minified <em>(32KB)</em></a>
16+
<a href="//code.jquery.com/jquery-1.7.2.js">Unminified <em>(247KB)</em></a></span>
1817
</div>
1918
<ul class="footer-icon-links">
2019
<li class="footer-icon icon-github"><a href="http://github.com/jquery/jquery">Github <small>jQuery <br>Source</small></a></li>
@@ -83,8 +82,8 @@ <h3><span>Books</span></h3>
8382

8483
</footer>
8584

86-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
87-
<script>!window.jQuery && document.write(unescape('%3Cscript src="/assets/js/libs/jquery-1.6.4.min.js"%3E%3C/script%3E'))</script>
85+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
86+
<script>!window.jQuery && document.write(unescape('%3Cscript src="/assets/js/libs/jquery-1.7.2.min.js"%3E%3C/script%3E'))</script>
8887
<script src="/assets/js/plugins.js"></script>
8988
<script src="/assets/js/scripts.js"></script>
9089

0 commit comments

Comments
 (0)