Skip to content

Commit

Permalink
Update to jQuery 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva authored and drublic committed Jan 15, 2013
1 parent 964c929 commit 3a7de0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
### HEAD

* Update to jQuery 1.9.0.

### 4.0.3 (12 January, 2013)

* Use 32x32 favicon.ico ([#1286](https://github.com/h5bp/html5-boilerplate/pull/1286)).
Expand Down
4 changes: 2 additions & 2 deletions index.html
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.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.3.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions js/vendor/jquery-1.8.3.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions js/vendor/jquery-1.9.0.min.js

Large diffs are not rendered by default.

0 comments on commit 3a7de0b

Please sign in to comment.