--- a/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanIndex.html Mon Dec 22 12:37:17 2014 +0100
+++ b/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanIndex.html Mon Dec 22 12:38:16 2014 +0100
@@ -9,11 +9,11 @@
<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="../../lib/jquery.min.js" th:src="@{/static/lib/jquery.min.js}" ></script>
- <script src="../../lib/underscore-min.js" th:src="@{/static/lib/underscore-min.js}" ></script>
+ <script src="../../lib/jquery/jquery.js" th:src="@{/static/lib/jquery/jquery.js}" ></script>
+ <script src="../../lib/underscore/underscore.js" th:src="@{/static/lib/underscore/underscore.js}" ></script>
<link href="../../static/css/style.css" rel="stylesheet" th:href="@{/static/css/style.css}"/>
<link href="../../static/css/index.css" rel="stylesheet" th:href="@{/static/css/index.css}"/>