Răsfoiți Sursa

Change script order

Sotaro KARASAWA 9 ani în urmă
părinte
comite
c8ab34cbc8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>