Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
add 2.0.0 to quick access in footer
Current quick access CDN link is for 1.x. Be nice to have one for 2.x

Also the download button should match the top section download button
  • Loading branch information
eddiemonge committed Apr 23, 2013
commit 688cb76b8a6ec4abd6719c74b4dd4640653f42ff
8 changes: 6 additions & 2 deletions themes/jquery/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
<div class="eight columns">
<h3><span>Quick Access</span></h3>
<div class="cdn">
<strong>CDN</strong>
<strong>jQuery 1.x CDN</strong>
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</div>
<div class="cdn">
<strong>jQuery 2.x CDN</strong>
<input value="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js">
</div>
<div class="download">
<strong><a href="http://jquery.com/download/">Download jQuery 1.9.1 →</a></strong>
<strong><a href="http://jquery.com/download/">Download jQuery 1.9.1 or 2.0.0 →</a></strong>
</div>
<ul class="footer-icon-links">
<li><a class="icon-github" href="http://github.com/jquery/jquery">GitHub <small>jQuery <br>Source</small></a></li>
Expand Down