Skip to content

Commit

Permalink
update jquery 1.8.3->1.9.1, jquery-validate 1.10-> 1.11, bootstreap 2…
Browse files Browse the repository at this point in the history
….2->2.3
  • Loading branch information
calvin1978 committed Feb 15, 2013
1 parent 824dcb9 commit 436fe2b
Show file tree
Hide file tree
Showing 42 changed files with 81 additions and 37,599 deletions.
12 changes: 6 additions & 6 deletions examples/quickstart/src/main/webapp/WEB-INF/layouts/default.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<meta http-equiv="Expires" content="0" />

<link type="image/x-icon" href="${ctx}/static/images/favicon.ico" rel="shortcut icon">
<link href="${ctx}/static/bootstrap/2.2.2/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="${ctx}/static/jquery-validation/1.10.0/validate.css" type="text/css" rel="stylesheet" />
<link href="${ctx}/static/bootstrap/2.3.0/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="${ctx}/static/jquery-validation/1.11.0/validate.css" type="text/css" rel="stylesheet" />
<link href="${ctx}/static/styles/default.css" type="text/css" rel="stylesheet" />
<script src="${ctx}/static/jquery/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="${ctx}/static/jquery-validation/1.10.0/jquery.validate.min.js" type="text/javascript"></script>
<script src="${ctx}/static/jquery-validation/1.10.0/messages_bs_zh.js" type="text/javascript"></script>
<script src="${ctx}/static/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="${ctx}/static/jquery-validation/1.11.0/jquery.validate.min.js" type="text/javascript"></script>
<script src="${ctx}/static/jquery-validation/1.11.0/messages_bs_zh.js" type="text/javascript"></script>


<sitemesh:head/>
Expand All @@ -33,6 +33,6 @@
</div>
<%@ include file="/WEB-INF/layouts/footer.jsp"%>
</div>
<script src="${ctx}/static/bootstrap/2.2.2/js/bootstrap.min.js" type="text/javascript"></script>
<script src="${ctx}/static/bootstrap/2.3.0/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
Loading

0 comments on commit 436fe2b

Please sign in to comment.