Skip to content

Commit

Permalink
FORGEPLUGINS-158 Upgrade to jQuery 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Dec 12, 2013
1 parent c6482d2 commit 2d6baaf
Show file tree
Hide file tree
Showing 12 changed files with 4,508 additions and 5,276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ResourceProvider {

static final String MODERNIZR_JS = "/scripts/vendor/modernizr-2.6.2.min.js";

static final String JQUERY_JS = "/scripts/vendor/jquery-1.9.1.js";
static final String JQUERY_JS = "/scripts/vendor/jquery-2.0.3.js";

static final String BOOTSTRAP_JS = "/scripts/vendor/bootstrap.js";

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/scaffold/app.html.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>

<script src="scripts/vendor/modernizr-2.6.2.min.js"></script>
<script src="scripts/vendor/jquery-1.9.1.js"></script>
<script src="scripts/vendor/jquery-2.0.3.js"></script>
<script src="scripts/vendor/bootstrap.js"></script>
<script src="scripts/vendor/angular.js"></script>
<script src="scripts/vendor/angular-route.js"></script>
Expand Down

0 comments on commit 2d6baaf

Please sign in to comment.