mirror of
https://github.com/janeczku/calibre-web.git
synced 2025-01-20 05:09:36 +02: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…
x
Reference in New Issue
Block a user