Skip to content

Commit

Permalink
Update to jQuery 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcustodio authored and alrra committed May 30, 2013
1 parent f27c2b7 commit 713abf5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### HEAD

* Update to jQuery 1.10.0.
* Update to Normalize.css 1.1.2.

### 4.2.0 (April 8, 2013)
Expand Down
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.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
6 changes: 6 additions & 0 deletions js/vendor/jquery-1.10.0.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions js/vendor/jquery-1.9.1.min.js

This file was deleted.

0 comments on commit 713abf5

Please sign in to comment.