Fixed undefined scripts

This commit is contained in:
2017-10-06 16:29:49 +07:00
parent 0790f8e82c
commit 96e262d8ff
8 changed files with 5880 additions and 3 deletions

View File

@@ -209,9 +209,9 @@
{% endblock %}
{% if user %}
<script src="js/index.js"></script>
<script src="/js/index.js"></script>
{% else %}
<script src="js/landing.js"></script>
<script src="/js/landing.js"></script>
{% endif %}
<script>