--- a/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html Mon Dec 22 12:37:17 2014 +0100
+++ b/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html Mon Dec 22 12:38:16 2014 +0100
@@ -9,12 +9,12 @@
<meta name="description" content="" />
<meta name="author" content="Institut de Recherche et d'Innovation" />
<link rel="icon" href="../../static/img/favicon.ico" th:href="@{/static/img/favicon.ico}" type="image/x-icon" />
- <script src="lib/jquery.min.js" th:src="@{/static/lib/jquery.min.js}" ></script>
- <script src="lib/jquery.mousewheel.min.js" th:src="@{/static/lib/jquery.mousewheel.min.js}"></script>
- <script src="lib/underscore-min.js" th:src="@{/static/lib/underscore-min.js}"></script>
- <script src="lib/backbone.js" th:src="@{/static/lib/backbone.js}"></script>
- <script src="lib/backbone-relational.js" th:src="@{/static/lib/backbone-relational.js}"></script>
- <script src="lib/paper.js" th:src="@{/static/lib/paper.js}"></script>
+ <script src="lib/jquery/jquery.js" th:src="@{/static/lib/jquery/jquery.js}" ></script>
+ <script src="lib/jquery-mousewheel/jquery.mousewheel.js" th:src="@{/static/lib/jquery-mousewheel/jquery.mousewheel.js}"></script>
+ <script src="lib/underscore/underscore.js" th:src="@{/static/lib/underscore/underscore.js}"></script>
+ <script src="lib/backbone/backbone.js" th:src="@{/static/lib/backbone/backbone.js}"></script>
+ <script src="lib/backbone-relational/backbone-relational.js" th:src="@{/static/lib/backbone-relational/backbone-relational.js}"></script>
+ <script src="lib/paper/paper-full.js" th:src="@{/static/lib/paper/paper-full.js}"></script>
<script type="text/javascript" th:inline="javascript">
/*<![CDATA[*/
var require = {