Move JS files to /static/js/

This commit is contained in:
rubenwardy
2023-08-26 13:08:11 +01:00
parent 2f458ba40e
commit c8a30a27dc
31 changed files with 23 additions and 23 deletions

View File

@@ -133,5 +133,5 @@
{% block scriptextra %}
<script src="/static/libs/jquery.min.js?v=2"></script>
<script src="/static/libs/jquery-ui.min.js?v=2"></script>
<script src="/static/screenshots_editor.js"></script>
<script src="/static/js/screenshots_editor.js"></script>
{% endblock %}