Skip to content

Commit

Permalink
Update to jQuery 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed May 13, 2014
1 parent e07ece4 commit fa293a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### HEAD

* Update to jQuery 1.11.1.
* Update to Modernizr 2.8.0.
* Update to Apache Server Configs 2.3.0.
* Use `<!doctype html>` instead of `<!DOCTYPE html>`
Expand All @@ -8,7 +9,6 @@
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
* Add `/browserconfig.xml` file and tile images
([#1481](https://github.com/h5bp/html5-boilerplate/issues/1481)).
* Update to jQuery 1.11.0.
* Add `Disallow:` to `robots.txt`
([#1487](https://github.com/h5bp/html5-boilerplate/issues/1487)).
* Remove default foreground color from form elements
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.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</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="js/plugins.js"></script>
<script src="js/main.js"></script>

Expand Down
4 changes: 0 additions & 4 deletions js/vendor/jquery-1.11.0.min.js

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit fa293a0

Please sign in to comment.