server/src/main/webapp/WEB-INF/templates/renkanIndex.html
changeset 123 daa99448319d
parent 97 f7d611f50e58
child 127 906fed13c1e1
--- a/server/src/main/webapp/WEB-INF/templates/renkanIndex.html	Mon Mar 25 18:54:23 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/renkanIndex.html	Mon Mar 25 19:27:26 2013 +0100
@@ -8,6 +8,10 @@
         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
 
         <link rel="shortcut icon" href="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/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="../../js/main.js" th:src="@{/static/js/main.js}" ></script>