1
0
mirror of https://github.com/janeczku/calibre-web.git synced 2024-11-26 08:51:05 +02:00

Fix #1449 (Shelf download menu wasn't working for books with more than one format)

This commit is contained in:
Ozzieisaacs 2020-06-04 20:34:31 +02:00
parent 94592b74a6
commit 13ae28edab

View File

@ -76,7 +76,8 @@
{% endfor %}
</div>
</div>
<script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/libs/bootstrap.min.js') }}"></script>
{% endblock %}
</body>
</html>