diff --git a/backend/templates/songs/index.html b/backend/templates/songs/index.html index a92d7ea..759b31b 100644 --- a/backend/templates/songs/index.html +++ b/backend/templates/songs/index.html @@ -65,7 +65,7 @@
<%:author%>
-
+
-
+
{% trans "Search" %}
@@ -156,14 +156,7 @@
<%:author%>
} ], data: JSON.parse("{{ songs|escapejs }}"), - //pageLength: 50, - //scrollResize: true, - scrollX: false, - scrollY: "90vh", - scrollCollapse: true, - paging: true, - scroller: true, - lengthChange: true, + pageLength: 50, {% datatables_language %} });