1
0
mirror of https://github.com/janeczku/calibre-web.git synced 2025-03-29 22:25:16 +02:00

Move vendored css/js to libs folders to fix language stats

This commit is contained in:
OzzieIsaacs 2017-02-07 20:33:08 +01:00
parent ea305ff578
commit ba8e107402
2 changed files with 1 additions and 1 deletions
cps
static/js/libs
templates

@ -14,7 +14,7 @@
{% endblock %}
{% block js %}
<script src="{{ url_for('static', filename='js/Sortable.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/libs/Sortable.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/shelforder.js') }}"></script>
{% endblock %}