Skip to content

Commit

Permalink
Updating jQuery to 1.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcustodio committed Jul 3, 2013
1 parent ff37dba commit ce7c3c5
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
Expand Up @@ -2,7 +2,7 @@

* Vertical centering for audio-, canvas- and video-tags ([#1326](https://github.com/h5bp/html5-boilerplate/issues/1326)).
* Update to Google Universal Analytics ([#1347](https://github.com/h5bp/html5-boilerplate/issues/1347)).
* Update to jQuery 1.10.1.
* Update to jQuery 1.10.2.
* 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.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.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.1.min.js

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit ce7c3c5

Please sign in to comment.