Small visual/space improvements/changes on recipes and equipment page

This commit is contained in:
Bernd Bestel
2018-10-06 11:43:46 +02:00
parent b0c91f6ad1
commit 9984e8f218
3 changed files with 18 additions and 21 deletions

View File

@@ -1,9 +1,6 @@
var equipmentTable = $('#equipment-table').DataTable({
'paginate': false,
'order': [[1, 'asc']],
'columnDefs': [
{ 'orderable': false, 'targets': 0 }
],
'order': [[0, 'asc']],
'language': JSON.parse(L('datatables_localization')),
'scrollY': false,
'colReorder': true,