1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-07 00:38:06 +00:00

Removed js from search_form, tasks

Added translation of bootstrap-select in user table
This commit is contained in:
Ozzie Isaacs
2021-10-03 08:01:33 +02:00
parent b8eb557761
commit b82d03c12c
3 changed files with 3 additions and 7 deletions

View File

@@ -26,8 +26,5 @@
{% block js %}
<script src="{{ url_for('static', filename='js/libs/bootstrap-table/bootstrap-table.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/table.js') }}"></script>
<script>
// ToDo: Move to js file
</script>
{% endblock %}