Skip to content

Commit

Permalink
Update to jQuery 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 31, 2012
1 parent 0b60046 commit 5735ee3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions js/vendor/jquery-1.8.0.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions js/vendor/jquery-1.8.1.min.js

Large diffs are not rendered by default.

3 comments on commit 5735ee3

@cebor
Copy link

@cebor cebor commented on 5735ee3 Sep 1, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jquery 1.8.1 is not available via ajax.googleapis.com

@mathiasbynens
Copy link
Member Author

@mathiasbynens mathiasbynens commented on 5735ee3 Sep 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thvd
Copy link

@thvd thvd commented on 5735ee3 Sep 1, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And because we have a fallback, it doesn't matter.

Please sign in to comment.