Skip to content

Commit

Permalink
Merge pull request #1253 from bmcustodio/jquery-1.8.3
Browse files Browse the repository at this point in the history
Updated 'jQuery' to 1.8.3.
  • Loading branch information
drublic committed Nov 14, 2012
2 parents e9f6a98 + d141f70 commit 8c08445
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
### HEAD ### HEAD


+ Update to jQuery 1.8.3.

### 4.0.1 (20 October, 2012) ### 4.0.1 (20 October, 2012)


* Further improvements to `console` method stubbing ([#1206](https://github.com/h5bp/html5-boilerplate/issues/1206), [#1229](https://github.com/h5bp/html5-boilerplate/pull/1229)). * Further improvements to `console` method stubbing ([#1206](https://github.com/h5bp/html5-boilerplate/issues/1206), [#1229](https://github.com/h5bp/html5-boilerplate/pull/1229)).
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -24,8 +24,8 @@
<!-- Add your site or application content here --> <!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p> <p>Hello world! This is HTML5 Boilerplate.</p>


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


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

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit 8c08445

Please sign in to comment.