Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Upgrade jQuery to 1.10.2 and 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuuphuoc committed Sep 27, 2013
1 parent 75735c9 commit 806d556
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

v1.2.0 (2013/09/27)

* Upgrade jQuery to 1.10.2 and 2.0.3
* Add new device (LG Nexus 4)
* Extend the width of preview 15px (scroll bar width)
* Remove screenshot feature
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<!--[if IE 7]><link rel="stylesheet" href="vendor/font-awesome/css/font-awesome-ie7.min.css"><![endif]-->

<!--[if lt IE 9]>
<script src="vendor/jquery/jquery-1.10.1.min.js"></script>
<script src="vendor/jquery/jquery-1.10.2.min.js"></script>
<script src="vendor/respond/respond.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!--><script src="vendor/jquery/jquery-2.0.2.min.js"></script><!--<![endif]-->
<!--[if gte IE 9]><!--><script src="vendor/jquery/jquery-2.0.3.min.js"></script><!--<![endif]-->
<script type="text/javascript" src="vendor/jquery-ui/js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="vendor/angular/angular.1.0.7.min.js"></script>
Expand Down
6 changes: 0 additions & 6 deletions vendor/jquery/jquery-1.10.1.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions vendor/jquery/jquery-1.10.2.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/jquery/jquery-1.10.2.min.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions vendor/jquery/jquery-2.0.2.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions vendor/jquery/jquery-2.0.3.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/jquery/jquery-2.0.3.min.map

Large diffs are not rendered by default.

0 comments on commit 806d556

Please sign in to comment.