Skip to content

Updated all jQuery links to 1.7.2 #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions layouts/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

</div>
<!-- /container -->

Expand All @@ -9,12 +8,12 @@
<h3><span>Quick Access</span></h3>
<div class="cdn">
<strong>CDN</strong>
<span>//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js</span>
<span>//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js</span>
</div>
<div class="download">
<strong>Download jQuery 1.7.1:</strong>
<span><a href="//code.jquery.com/jquery-1.7.1.min.js">Minified <em>(29KB)</em></a>
<a href="//code.jquery.com/jquery-1.7.1.js">Unminified <em>(212KB)</em></a></span>
<strong>Download jQuery 1.7.2:</strong>
<span><a href="//code.jquery.com/jquery-1.7.2.min.js">Minified <em>(32KB)</em></a>
<a href="//code.jquery.com/jquery-1.7.2.js">Unminified <em>(247KB)</em></a></span>
</div>
<ul class="footer-icon-links">
<li class="footer-icon icon-github"><a href="http://github.com/jquery/jquery">Github <small>jQuery <br>Source</small></a></li>
Expand Down Expand Up @@ -83,8 +82,8 @@ <h3><span>Books</span></h3>

</footer>

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

Expand Down