Skip to content

Commit

Permalink
Update to jQuery v2.0.3
Browse files Browse the repository at this point in the history
Ref: #1050.
  • Loading branch information
alrra committed Sep 24, 2013
1 parent 0a437e0 commit 6107e00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### HEAD

* Update to Normalize.css v2.1.3.
* Update to jQuery 2.0.3.
* Update to Normalize.css 2.1.3.
* Remove IE conditional classes ([#1290](https://github.com/h5bp/html5-boilerplate/issues/1290), [#1187](https://github.com/h5bp/html5-boilerplate/issues/1187])).

### 4.3.0 (September 10, 2013)
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,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.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.0.3.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.2.min.js

This file was deleted.

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

Large diffs are not rendered by default.

1 comment on commit 6107e00

@drublic
Copy link
Member

Choose a reason for hiding this comment

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

We should stick to jQuery 1.10.2 since we want to support IE8 and jQuery 2.0.3 doesn't.

Please sign in to comment.