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

pull/1539/head
Ozzieisaacs 5 years ago
parent 94592b74a6
commit 13ae28edab

@ -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>

Loading…
Cancel
Save