mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Reorganize project part 1
This commit is contained in:
7
views/viewjs/habitsoverview.js
Normal file
7
views/viewjs/habitsoverview.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
$('#habits-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[1, 'desc']]
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user