Sotaro KARASAWA 9 лет назад
Родитель
Сommit
c8ab34cbc8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/views/layout/layout.html

+ 1 - 1
lib/views/layout/layout.html

@@ -130,6 +130,6 @@
 </body>
 {% endblock %}
 
-<script src="/js/app{% if env  == 'production' %}.min{% endif %}.js"></script>
 <script src="/js/crowi{% if env  == 'production' %}.min{% endif %}.js"></script>
+<script src="/js/app{% if env  == 'production' %}.min{% endif %}.js"></script>
 </html>