This is 1.6

This commit is contained in:
Bernd Bestel
2017-11-05 14:48:43 +01:00
parent 2d5ed67ae1
commit 9114dec695
8 changed files with 15 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
$(function()
{
$('#habits-overview-table').DataTable({
$('#batteries-overview-table').DataTable({
'pageLength': 50,
'order': [[1, 'desc']]
});