mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 04:19:59 +00:00
Move vendored css/js to libs folders to fix language stats
This commit is contained in:
parent
ea305ff578
commit
ba8e107402
@ -14,7 +14,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js %}
|
{% 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>
|
<script src="{{ url_for('static', filename='js/shelforder.js') }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user