Skip to content

Commit

Permalink
Update to jQuery 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Dec 21, 2014
1 parent 4101cf8 commit 3f91167
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ just put it before the other scripts in the bottom of the page:

```html
<script src="//cdn.polyfill.io/v1/polyfill.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
5 changes: 0 additions & 5 deletions js/vendor/jquery-1.11.1.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions js/vendor/jquery-1.11.2.min.js

Large diffs are not rendered by default.

0 comments on commit 3f91167

Please sign in to comment.