Skip to content

Commit

Permalink
Update to jQuery 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Dec 19, 2014
1 parent 986875a commit 80e8c1f
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 270 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 jQuery to v2.1.3
* Update Apache Server Configs to v2.11.0
* Update _"Apple touch icons"_
* Update Normalize.css to v3.0.2
Expand All @@ -11,7 +12,6 @@
* Remove need to readjust margins in `404.html`
* Add `Disallow:` to `robots.txt`
* Update Modernizr to v2.8.3 (update to v2.8.2 see #211)
* Update jQuery to v2.1.1 (#210)

== 4.1.2

Expand Down
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A basic Mobile Boilerplate site initially looks something like this:
│ ├── plugins.js
│ └── vendor
│ ├── modernizr-2.8.3.min.js
│ └── jquery-2.1.1.min.js
│ └── jquery-2.1.3.min.js
├── .htaccess
├── 404.html
├── index.html
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<!-- Add your site or application content here -->

<script src="js/vendor/jquery-2.1.1.min.js"></script>
<script src="js/vendor/jquery-2.1.3.min.js"></script>
<script src="js/helper.js"></script>
<script src="js/main.js"></script>

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

This file was deleted.

1 change: 0 additions & 1 deletion js/vendor/jquery-2.1.1.min.map

This file was deleted.

Loading

0 comments on commit 80e8c1f

Please sign in to comment.