Skip to content

Commit

Permalink
Merge pull request h5bp#852 from drublic/master
Browse files Browse the repository at this point in the history
Update jQuery to the latest version
  • Loading branch information
paulirish committed Nov 10, 2011
2 parents ce11ab3 + 8074f15 commit 8bf92b0
Show file tree
Hide file tree
Showing 3 changed files with 1,584 additions and 1,330 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -46,8 +46,8 @@
<!-- JavaScript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.4.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.0.min.js"><\/script>')</script>


<!-- scripts concatenated and minified via build script -->
Expand Down

0 comments on commit 8bf92b0

Please sign in to comment.