Skip to content

Commit

Permalink
Update to jQuery 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed May 31, 2013
1 parent 713abf5 commit deec362
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### HEAD

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

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

This file was deleted.

6 changes: 6 additions & 0 deletions js/vendor/jquery-1.10.1.min.js

Large diffs are not rendered by default.

0 comments on commit deec362

Please # to comment.