Skip to content

Commit

Permalink
Update jQuery 1.7.2 to jQuery 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Fielding authored and mathiasbynens committed Aug 10, 2012
1 parent d590b0e commit 1c30c5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A basic HTML5 Boilerplate site initially looks something like this:
│ ├── main.js
│ ├── plugins.js
│ └── vendor
│ ├── jquery-1.7.2.min.js
│ ├── jquery-1.8.0.min.js
│ └── modernizr-2.6.1.min.js
├── .htaccess
├── 404.html
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

<!-- Add your site or application content here -->

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

Expand Down
4 changes: 0 additions & 4 deletions js/vendor/jquery-1.7.2.min.js

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit 1c30c5a

Please sign in to comment.