1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-24 02:27:22 +00: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:33:14 +02:00
parent eef2112e1e
commit 82253219e8

View File

@ -76,7 +76,8 @@
{% endfor %} {% endfor %}
</div> </div>
</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 %} {% endblock %}
</body> </body>
</html> </html>