--- a/server/java/renkan-web/src/main/webapp/WEB-INF/templates/projectIndex.html Mon Dec 22 12:37:17 2014 +0100
+++ b/server/java/renkan-web/src/main/webapp/WEB-INF/templates/projectIndex.html Mon Dec 22 12:38:16 2014 +0100
@@ -9,12 +9,12 @@
<link rel="shortcut icon" href="../../static/img/favicon.ico" th:href="@{/static/img/favicon.ico}"/>
- <script th:remove="all" type="text/javascript" src="../../static/lib/jquery.min.js"></script>
+ <script th:remove="all" type="text/javascript" src="../../static/lib/jquery/jquery.js"></script>
<script th:remove="all" type="text/javascript" src="../../static/js/thymol.js"></script>
- <script src="../../static/lib/jquery.min.js" th:src="@{/static/lib/jquery.min.js}" ></script>
+ <script src="../../static/lib/jquery/jquery.js" th:src="@{/static/lib/jquery/jquery.js}" ></script>
<script src="../../static/lib/jquery-ui/jquery-ui.min.js" th:src="@{/static/lib/jquery-ui/jquery-ui.min.js}" ></script>
- <script src="../../static/lib/underscore-min.js" th:src="@{/static/lib/underscore-min.js}" ></script>
+ <script src="../../static/lib/underscore/underscore.js" th:src="@{/static/lib/underscore/underscore.js}" ></script>
<script src="../../static/lib/URI.js" th:src="@{/static/lib/URI.js}" ></script>
<link href="../../static/lib/jquery-ui/css/ui-lightness/jquery-ui.min.css" rel="stylesheet" th:href="@{/static/lib/jquery-ui/css/ui-lightness/jquery-ui.min.css}"/>